#578C8A

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

Shades of Half Baked #578C8A

Tints of Half Baked #578C8A

Color information

#578C8A (or 0x578C8A) is unknown color: approx Half Baked. HEX triplet: 57, 8C and 8A. RGB value is (87,140,138). Sum of RGB (Red+Green+Blue) = 87+140+138=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #578C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578C8A is #A87375. Grayscale: #7B7B7B. Windows color (decimal): -11039606 or 9079895. OLE color: 9079895.

HSL color Cylindrical-coordinate representation of color #578C8A: hue angle of 177.74º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #578C8A is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB87140138-
CMYK0.3800.010.45
HSL177.74º23.35%44.51%-
HSV(B)177.74º37.86%54.9%-
XYZ17.922.6227.47-
YUV123.92135.94101.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=23.84%
G=38.36%
B=37.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871401380.3800.010.45177.7423.3544.51
Hex578C8A26012Db2172d
Octal1272142124601552622755
Binary10101111000110010001010100110011011011011001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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