#5F659C

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

Shades of Governor Bay #5F659C

Tints of Governor Bay #5F659C

Color information

#5F659C (or 0x5F659C) is unknown color: approx Governor Bay. HEX triplet: 5F, 65 and 9C. RGB value is (95,101,156). Sum of RGB (Red+Green+Blue) = 95+101+156=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F659C is #A09A63. Grayscale: #696969. Windows color (decimal): -10525284 or 10249567. OLE color: 10249567.

HSL color Cylindrical-coordinate representation of color #5F659C: hue angle of 234.1º 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 #5F659C is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB95101156-
CMYK0.390.3500.39
HSL234.1º24.3%49.22%-
HSV(B)234.1º39.1%61.18%-
XYZ15.3714.1433.37-
YUV105.48156.51120.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=26.99%
G=28.69%
B=44.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951011560.390.3500.39234.124.349.22
Hex5F659C2723027ea1831
Octal13714523447430473523061
Binary101111111001011001110010011110001101001111110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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