#5A888C

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

Shades of Half Baked #5A888C

Tints of Half Baked #5A888C

Color information

#5A888C (or 0x5A888C) is unknown color: approx Half Baked. HEX triplet: 5A, 88 and 8C. RGB value is (90,136,140). Sum of RGB (Red+Green+Blue) = 90+136+140=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A888C is #A57773. Grayscale: #7A7A7A. Windows color (decimal): -10844020 or 9209946. OLE color: 9209946.

HSL color Cylindrical-coordinate representation of color #5A888C: hue angle of 184.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A888C is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB90136140-
CMYK0.360.0300.45
HSL184.8º21.74%45.1%-
HSV(B)184.8º35.71%54.9%-
XYZ17.7521.6828.06-
YUV122.7137.76104.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=24.59%
G=37.16%
B=38.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901361400.360.0300.45184.821.7445.1
Hex5A888C24302Db9162d
Octal1322102144430552712655
Binary101101010001000100011001001001101011011011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A888C; }

 p { color: rgb(90,136,140); }

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

<style>
 a { background-color: #5A888C; }

 a { background-color: rgb(90,136,140); }

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

<style>
 span { border-color: #5A888C; }

 span { border-color: rgb(90,136,140); }

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