#5893A0

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

Shades of Half Baked #5893A0

Tints of Half Baked #5893A0

Color information

#5893A0 (or 0x5893A0) is unknown color: approx Half Baked. HEX triplet: 58, 93 and A0. RGB value is (88,147,160). Sum of RGB (Red+Green+Blue) = 88+147+160=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 160 - color contains mainly: blue. Hex color #5893A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5893A0 is #A76C5F. Grayscale: #828282. Windows color (decimal): -10972256 or 10523480. OLE color: 10523480.

HSL color Cylindrical-coordinate representation of color #5893A0: hue angle of 190.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5893A0 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB88147160-
CMYK0.450.0800.37
HSL190.83º29.03%48.63%-
HSV(B)190.83º45%62.75%-
XYZ20.825.4837.08-
YUV130.84144.4597.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.28%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=22.28%
G=37.22%
B=40.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881471600.450.0800.37190.8329.0348.63
Hex5893A02D8025bf1d31
Octal13022324055100452773561
Binary10110001001001110100000101101100001001011011111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5893A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5893A0; }

 p { color: rgb(88,147,160); }

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

<style>
 a { background-color: #5893A0; }

 a { background-color: rgb(88,147,160); }

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

<style>
 span { border-color: #5893A0; }

 span { border-color: rgb(88,147,160); }

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