#575B9B

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

Shades of Governor Bay #575B9B

Tints of Governor Bay #575B9B

Color information

#575B9B (or 0x575B9B) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and 9B. RGB value is (87,91,155). Sum of RGB (Red+Green+Blue) = 87+91+155=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #575B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B9B is #A8A464. Grayscale: #606060. Windows color (decimal): -11052133 or 10181463. OLE color: 10181463.

HSL color Cylindrical-coordinate representation of color #575B9B: hue angle of 236.47º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575B9B is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8791155-
CMYK0.440.4100.39
HSL236.47º28.1%47.45%-
HSV(B)236.47º43.87%60.78%-
XYZ13.5911.8732.59-
YUV97.1160.67120.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=26.13%
G=27.33%
B=46.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87911550.440.4100.39236.4728.147.45
Hex575B9B2C29027ec1c2f
Octal12713323354510473543457
Binary101011110110111001101110110010100101001111110110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575B9B; }

 p { color: rgb(87,91,155); }

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

<style>
 a { background-color: #575B9B; }

 a { background-color: rgb(87,91,155); }

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

<style>
 span { border-color: #575B9B; }

 span { border-color: rgb(87,91,155); }

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