#578788

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

Shades of Half Baked #578788

Tints of Half Baked #578788

Color information

#578788 (or 0x578788) is unknown color: approx Half Baked. HEX triplet: 57, 87 and 88. RGB value is (87,135,136). Sum of RGB (Red+Green+Blue) = 87+135+136=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #578788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578788 is #A87877. Grayscale: #787878. Windows color (decimal): -11040888 or 8947543. OLE color: 8947543.

HSL color Cylindrical-coordinate representation of color #578788: hue angle of 181.22º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578788 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87135136-
CMYK0.360.0100.47
HSL181.22º21.97%43.73%-
HSV(B)181.22º36.03%53.33%-
XYZ17.0421.1326.47-
YUV120.76136.6103.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=24.30%
G=37.71%
B=37.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871351360.360.0100.47181.2221.9743.73
Hex57878824102Fb5162c
Octal1272072104410572652654
Binary10101111000011110001000100100101011111011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578788; }

 p { color: rgb(87,135,136); }

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

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

 a { background-color: rgb(87,135,136); }

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

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

 span { border-color: rgb(87,135,136); }

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