#5F618B

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

Shades of Governor Bay #5F618B

Tints of Governor Bay #5F618B

Color information

#5F618B (or 0x5F618B) is unknown color: approx Governor Bay. HEX triplet: 5F, 61 and 8B. RGB value is (95,97,139). Sum of RGB (Red+Green+Blue) = 95+97+139=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F618B is #A09E74. Grayscale: #656565. Windows color (decimal): -10526325 or 9134431. OLE color: 9134431.

HSL color Cylindrical-coordinate representation of color #5F618B: hue angle of 237.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F618B is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9597139-
CMYK0.320.3000.45
HSL237.27º18.8%45.88%-
HSV(B)237.27º31.65%54.51%-
XYZ13.6512.8526.19-
YUV101.19149.34123.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.70%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=28.70%
G=29.31%
B=41.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95971390.320.3000.45237.2718.845.88
Hex5F618B201E02Ded132e
Octal13714121340360553552356
Binary10111111100001100010111000001111001011011110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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