#5D659B

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

Shades of Governor Bay #5D659B

Tints of Governor Bay #5D659B

Color information

#5D659B (or 0x5D659B) is unknown color: approx Governor Bay. HEX triplet: 5D, 65 and 9B. RGB value is (93,101,155). Sum of RGB (Red+Green+Blue) = 93+101+155=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D659B is #A29A64. Grayscale: #686868. Windows color (decimal): -10656357 or 10184029. OLE color: 10184029.

HSL color Cylindrical-coordinate representation of color #5D659B: hue angle of 232.26º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D659B is Cyan = 0.4, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93101155-
CMYK0.40.3500.39
HSL232.26º25%48.63%-
HSV(B)232.26º40%60.78%-
XYZ15.081432.92-
YUV104.76156.35119.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.65%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=26.65%
G=28.94%
B=44.41%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931011550.40.3500.39232.262548.63
Hex5D659B2823027e81931
Octal13514523350430473503161
Binary101110111001011001101110100010001101001111110100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,101,155); }

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

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

 a { background-color: rgb(93,101,155); }

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

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

 span { border-color: rgb(93,101,155); }

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