#57909C

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

Shades of Half Baked #57909C

Tints of Half Baked #57909C

Color information

#57909C (or 0x57909C) is unknown color: approx Half Baked. HEX triplet: 57, 90 and 9C. RGB value is (87,144,156). Sum of RGB (Red+Green+Blue) = 87+144+156=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #57909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57909C is #A86F63. Grayscale: #808080. Windows color (decimal): -11038564 or 10260567. OLE color: 10260567.

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

Color convert

RGB87144156-
CMYK0.440.0800.39
HSL190.43º28.4%47.65%-
HSV(B)190.43º44.23%61.18%-
XYZ19.924.3735.11-
YUV128.32143.6298.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=22.48%
G=37.21%
B=40.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871441560.440.0800.39190.4328.447.65
Hex57909C2C8027be1c30
Octal12722023454100472763460
Binary10101111001000010011100101100100001001111011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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