#578D98

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

Shades of Half Baked #578D98

Tints of Half Baked #578D98

Color information

#578D98 (or 0x578D98) is unknown color: approx Half Baked. HEX triplet: 57, 8D and 98. RGB value is (87,141,152). Sum of RGB (Red+Green+Blue) = 87+141+152=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #578D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578D98 is #A87267. Grayscale: #7E7E7E. Windows color (decimal): -11039336 or 9997655. OLE color: 9997655.

HSL color Cylindrical-coordinate representation of color #578D98: hue angle of 190.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #578D98 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87141152-
CMYK0.430.0700.40
HSL190.15º27.2%46.86%-
HSV(B)190.15º42.76%59.61%-
XYZ19.1223.3433.2-
YUV126.11142.61100.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 152 (59.77% from 255) = 40%
R=22.89%
G=37.11%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871411520.430.0700.40190.1527.246.86
Hex578D982B7028be1b2f
Octal1272152305370502763357
Binary1010111100011011001100010101111101010001011111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,141,152); }

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

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

 a { background-color: rgb(87,141,152); }

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

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

 span { border-color: rgb(87,141,152); }

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