#5D6198

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

Shades of Governor Bay #5D6198

Tints of Governor Bay #5D6198

Color information

#5D6198 (or 0x5D6198) is unknown color: approx Governor Bay. HEX triplet: 5D, 61 and 98. RGB value is (93,97,152). Sum of RGB (Red+Green+Blue) = 93+97+152=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D6198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6198 is #A29E67. Grayscale: #656565. Windows color (decimal): -10657384 or 9986397. OLE color: 9986397.

HSL color Cylindrical-coordinate representation of color #5D6198: hue angle of 235.93º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D6198 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9397152-
CMYK0.390.3600.40
HSL235.93º24.08%48.04%-
HSV(B)235.93º38.82%59.61%-
XYZ14.4613.1431.48-
YUV102.07156.17121.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.19%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 152 (59.77% from 255) = 44.44%
R=27.19%
G=28.36%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93971520.390.3600.40235.9324.0848.04
Hex5D61982724028ec1830
Octal13514123047440503543060
Binary101110111000011001100010011110010001010001110110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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