#57898E

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

Shades of Half Baked #57898E

Tints of Half Baked #57898E

Color information

#57898E (or 0x57898E) is unknown color: approx Half Baked. HEX triplet: 57, 89 and 8E. RGB value is (87,137,142). Sum of RGB (Red+Green+Blue) = 87+137+142=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #57898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57898E is #A87671. Grayscale: #7A7A7A. Windows color (decimal): -11040370 or 9341271. OLE color: 9341271.

HSL color Cylindrical-coordinate representation of color #57898E: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57898E is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87137142-
CMYK0.390.0400.44
HSL185.45º24.02%44.9%-
HSV(B)185.45º38.73%55.69%-
XYZ17.7621.8728.88-
YUV122.62138.94102.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=23.77%
G=37.43%
B=38.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871371420.390.0400.44185.4524.0244.9
Hex57898E27402Cb9182d
Octal1272112164740542713055
Binary1010111100010011000111010011110001011001011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57898E; }

 p { color: rgb(87,137,142); }

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

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

 a { background-color: rgb(87,137,142); }

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

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

 span { border-color: rgb(87,137,142); }

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