Html Css Color HEX #5F6599 Governor Bay

📋 copy color: '#5F6599'

red 95 ◦ green 101 ◦ blue 153

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

Shades of Governor Bay #5F6599

Tints of Governor Bay #5F6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

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

R = 27.22%
G = 28.94%
B = 43.84%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5F6599 (or 0x5F6599) is known color: Governor Bay. HEX triplet: 5F, 65 and 99. RGB value is (95,101,153). Sum of RGB (Red+Green+Blue) = 95+101+153=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F6599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6599 is #A09A66. Grayscale: #686868. Windows color (decimal): -10525287 or 10052959. OLE color: 10052959.

HSL color Cylindrical-coordinate representation of color #5F6599: hue angle of 233.79º 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 #5F6599 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 101 153 -
CMYK 0.38 0.34 0 0.4
HSL 233.79º 0.23% 0.49% -
HSV(B) 233.79º 0.38% 0.6% -
XYZ 15.12 14.04 32.05 -
YUV 105.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 95 101 153 0.38 0.34 0 0.4 233.79 0.23 0.49
Hex 5F 65 99 26 22 0 28 EA 17 31
Octal 137 145 231 46 42 0 50 352 27 61
Binary 1011111 1100101 10011001 100110 100010 0 101000 11101010 10111 110001

Color Harmonies of #5F6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6599

Black with #5F6599

Text Example


Text Example

White with #5F6599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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