#55828D

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

Shades of Half Baked #55828D

Tints of Half Baked #55828D

Color information

#55828D (or 0x55828D) is unknown color: approx Half Baked. HEX triplet: 55, 82 and 8D. RGB value is (85,130,141). Sum of RGB (Red+Green+Blue) = 85+130+141=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #55828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55828D is #AA7D72. Grayscale: #757575. Windows color (decimal): -11173235 or 9273941. OLE color: 9273941.

HSL color Cylindrical-coordinate representation of color #55828D: hue angle of 191.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55828D is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85130141-
CMYK0.400.0800.45
HSL191.79º24.78%44.31%-
HSV(B)191.79º39.72%55.29%-
XYZ16.5419.8228.15-
YUV117.8141.09104.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=23.88%
G=36.52%
B=39.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851301410.400.0800.45191.7924.7844.31
Hex55828D28802Dc0192c
Octal12520221550100553003154
Binary10101011000001010001101101000100001011011100000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55828D; }

 p { color: rgb(85,130,141); }

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

<style>
 a { background-color: #55828D; }

 a { background-color: rgb(85,130,141); }

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

<style>
 span { border-color: #55828D; }

 span { border-color: rgb(85,130,141); }

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