#57909B

Color #57909B Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #57909B

Tints of Half Baked #57909B

Color information

#57909B (or 0x57909B) is unknown color: approx Half Baked. HEX triplet: 57, 90 and 9B. RGB value is (87,144,155). Sum of RGB (Red+Green+Blue) = 87+144+155=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #57909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57909B is #A86F64. Grayscale: #808080. Windows color (decimal): -11038565 or 10195031. OLE color: 10195031.

HSL color Cylindrical-coordinate representation of color #57909B: hue angle of 189.71º 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 #57909B is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87144155-
CMYK0.440.0700.39
HSL189.71º28.1%47.45%-
HSV(B)189.71º43.87%60.78%-
XYZ19.8224.3434.66-
YUV128.21143.1298.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.54%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=22.54%
G=37.31%
B=40.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871441550.440.0700.39189.7128.147.45
Hex57909B2C7027be1c2f
Octal1272202335470472763457
Binary1010111100100001001101110110011101001111011111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57909B; }

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

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

<style>
 a { background-color: #57909B; }

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

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

<style>
 span { border-color: #57909B; }

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

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