#5F6599

Color #5F6599 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5F6599

Tints of Governor Bay #5F6599

Color information

#5F6599 (or 0x5F6599) is unknown color: approx 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

RGB95101153-
CMYK0.380.3400.4
HSL233.79º23.39%48.63%-
HSV(B)233.79º37.91%60%-
XYZ15.1214.0432.05-
YUV105.13155.01120.77-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal951011530.380.3400.4233.7923.3948.63
Hex5F65992622028ea1731
Octal13714523146420503522761
Binary101111111001011001100110011010001001010001110101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>