#5D6196

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

Shades of Governor Bay #5D6196

Tints of Governor Bay #5D6196

Color information

#5D6196 (or 0x5D6196) is unknown color: approx Governor Bay. HEX triplet: 5D, 61 and 96. RGB value is (93,97,150). Sum of RGB (Red+Green+Blue) = 93+97+150=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D6196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6196 is #A29E69. Grayscale: #656565. Windows color (decimal): -10657386 or 9855325. OLE color: 9855325.

HSL color Cylindrical-coordinate representation of color #5D6196: hue angle of 235.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D6196 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9397150-
CMYK0.380.3500.41
HSL235.79º23.46%47.65%-
HSV(B)235.79º38%58.82%-
XYZ14.2913.0830.63-
YUV101.85155.17121.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.35%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=27.35%
G=28.53%
B=44.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal93971500.380.3500.41235.7923.4647.65
Hex5D61962623029ec1730
Octal13514122646430513542760
Binary101110111000011001011010011010001101010011110110010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,97,150); }

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

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

 a { background-color: rgb(93,97,150); }

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

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

 span { border-color: rgb(93,97,150); }

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