#578A95

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

Shades of Half Baked #578A95

Tints of Half Baked #578A95

Color information

#578A95 (or 0x578A95) is unknown color: approx Half Baked. HEX triplet: 57, 8A and 95. RGB value is (87,138,149). Sum of RGB (Red+Green+Blue) = 87+138+149=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #578A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578A95 is #A8756A. Grayscale: #7B7B7B. Windows color (decimal): -11040107 or 9800279. OLE color: 9800279.

HSL color Cylindrical-coordinate representation of color #578A95: hue angle of 190.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578A95 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87138149-
CMYK0.420.0700.42
HSL190.65º26.27%46.27%-
HSV(B)190.65º41.61%58.43%-
XYZ18.4422.3731.78-
YUV124.01142.1101.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=23.26%
G=36.90%
B=39.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871381490.420.0700.42190.6526.2746.27
Hex578A952A702Abf1a2e
Octal1272122255270522773256
Binary1010111100010101001010110101011101010101011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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