#5F559A

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

Shades of Governor Bay #5F559A

Tints of Governor Bay #5F559A

Color information

#5F559A (or 0x5F559A) is unknown color: approx Governor Bay. HEX triplet: 5F, 55 and 9A. RGB value is (95,85,154). Sum of RGB (Red+Green+Blue) = 95+85+154=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F559A is #A0AA65. Grayscale: #5F5F5F. Windows color (decimal): -10529382 or 10114399. OLE color: 10114399.

HSL color Cylindrical-coordinate representation of color #5F559A: hue angle of 248.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F559A is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9585154-
CMYK0.380.4500.40
HSL248.7º28.87%46.86%-
HSV(B)248.7º44.81%60.39%-
XYZ13.811.2632.02-
YUV95.86160.81127.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.44%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 154 (60.55% from 255) = 46.11%
R=28.44%
G=25.45%
B=46.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95851540.380.4500.40248.728.8746.86
Hex5F559A262D028f91d2f
Octal13712523246550503713557
Binary101111110101011001101010011010110101010001111100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,154); }

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

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

 a { background-color: rgb(95,85,154); }

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

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

 span { border-color: rgb(95,85,154); }

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