#5F619B

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

Shades of Governor Bay #5F619B

Tints of Governor Bay #5F619B

Color information

#5F619B (or 0x5F619B) is unknown color: approx Governor Bay. HEX triplet: 5F, 61 and 9B. RGB value is (95,97,155). Sum of RGB (Red+Green+Blue) = 95+97+155=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F619B is #A09E64. Grayscale: #666666. Windows color (decimal): -10526309 or 10183007. OLE color: 10183007.

HSL color Cylindrical-coordinate representation of color #5F619B: hue angle of 238º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F619B is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9597155-
CMYK0.390.3700.39
HSL238º24%49.02%-
HSV(B)238º38.71%60.78%-
XYZ14.9113.3532.8-
YUV103.01157.34122.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=27.38%
G=27.95%
B=44.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95971550.390.3700.392382449.02
Hex5F619B2725027ee1831
Octal13714123347450473563061
Binary101111111000011001101110011110010101001111110111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F619B;
 }
 .AnyTagClassName
 {
   color: #5F619B;
 }
</style>
background-color css

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

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

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

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

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

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