#578A96

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

Shades of Half Baked #578A96

Tints of Half Baked #578A96

Color information

#578A96 (or 0x578A96) is unknown color: approx Half Baked. HEX triplet: 57, 8A and 96. RGB value is (87,138,150). Sum of RGB (Red+Green+Blue) = 87+138+150=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #578A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578A96 is #A87569. Grayscale: #7C7C7C. Windows color (decimal): -11040106 or 9865815. OLE color: 9865815.

HSL color Cylindrical-coordinate representation of color #578A96: hue angle of 191.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578A96 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87138150-
CMYK0.420.0800.41
HSL191.43º26.58%46.47%-
HSV(B)191.43º42%58.82%-
XYZ18.5222.4132.2-
YUV124.12142.6101.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 150 (58.98% from 255) = 40%
R=23.2%
G=36.8%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871381500.420.0800.41191.4326.5846.47
Hex578A962A8029bf1b2e
Octal12721222652100512773356
Binary10101111000101010010110101010100001010011011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578A96; }

 p { color: rgb(87,138,150); }

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

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

 a { background-color: rgb(87,138,150); }

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

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

 span { border-color: rgb(87,138,150); }

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