Html Css Color HEX #5F6199 Governor Bay

📋 copy color: '#5F6199'

red 95 ◦ green 97 ◦ blue 153

#5F6199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #5F6199

Tints of Governor Bay #5F6199

RGB

 RED value IS 95 (37.5% from 255) = 27.54%

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 27.54%
G = 28.12%
B = 44.35%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F6199 (or 0x5F6199) is known color: Governor Bay. HEX triplet: 5F, 61 and 99. RGB value is (95,97,153). Sum of RGB (Red+Green+Blue) = 95+97+153=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F6199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6199 is #A09E66. Grayscale: #666666. Windows color (decimal): -10526311 or 10051935. OLE color: 10051935.

HSL color Cylindrical-coordinate representation of color #5F6199: hue angle of 237.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F6199 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 97 153 -
CMYK 0.38 0.37 0 0.4
HSL 237.93º 0.23% 0.49% -
HSV(B) 237.93º 0.38% 0.6% -
XYZ 14.74 13.28 31.92 -
YUV 102.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 95 97 153 0.38 0.37 0 0.4 237.93 0.23 0.49
Hex 5F 61 99 26 25 0 28 EE 17 31
Octal 137 141 231 46 45 0 50 356 27 61
Binary 1011111 1100001 10011001 100110 100101 0 101000 11101110 10111 110001

Color Harmonies of #5F6199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6199

Black with #5F6199

Text Example


Text Example

White with #5F6199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6199; }

 p { color: rgb(95,97,153); }

 H1.HeaderClassName
 {
   color: #5F6199;
 }
 .AnyTagClassName
 {
   color: #5F6199;
 }
</style>

background-color css

<style>
 a { background-color: #5F6199; }

 a { background-color: rgb(95,97,153); }

 div.DivClassName
 {
   background-color: #5F6199;
 }
 .BgClassName
 {
   background-color: #5F6199;
 }
</style>

border-color css

<style>
 span { border-color: #5F6199; }

 span { border-color: rgb(95,97,153); }

 td.TdClassName
 {
   border-color: #5F6199;
 }
 .TagClassName
 {
   border-color: #5F6199;
 }
</style>