#5D6399

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

Shades of Governor Bay #5D6399

Tints of Governor Bay #5D6399

Color information

#5D6399 (or 0x5D6399) is unknown color: approx Governor Bay. HEX triplet: 5D, 63 and 99. RGB value is (93,99,153). Sum of RGB (Red+Green+Blue) = 93+99+153=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D6399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6399 is #A29C66. Grayscale: #676767. Windows color (decimal): -10656871 or 10052445. OLE color: 10052445.

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

Color convert

RGB9399153-
CMYK0.390.3500.4
HSL234º24.39%48.24%-
HSV(B)234º39.22%60%-
XYZ14.7313.5531.98-
YUV103.36156.01120.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.96%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=26.96%
G=28.70%
B=44.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93991530.390.3500.423424.3948.24
Hex5D63992723028ea1830
Octal13514323147430503523060
Binary101110111000111001100110011110001101010001110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,153); }

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

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

 a { background-color: rgb(93,99,153); }

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

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

 span { border-color: rgb(93,99,153); }

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