#57929C

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

Shades of Half Baked #57929C

Tints of Half Baked #57929C

Color information

#57929C (or 0x57929C) is unknown color: approx Half Baked. HEX triplet: 57, 92 and 9C. RGB value is (87,146,156). Sum of RGB (Red+Green+Blue) = 87+146+156=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #57929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57929C is #A86D63. Grayscale: #818181. Windows color (decimal): -11038052 or 10261079. OLE color: 10261079.

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

Color convert

RGB87146156-
CMYK0.440.0600.39
HSL188.7º28.4%47.65%-
HSV(B)188.7º44.23%61.18%-
XYZ20.2124.9835.21-
YUV129.5142.9597.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=22.37%
G=37.53%
B=40.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871461560.440.0600.39188.728.447.65
Hex57929C2C6027bd1c30
Octal1272222345460472753460
Binary1010111100100101001110010110011001001111011110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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