#55838D

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

Shades of Half Baked #55838D

Tints of Half Baked #55838D

Color information

#55838D (or 0x55838D) is unknown color: approx Half Baked. HEX triplet: 55, 83 and 8D. RGB value is (85,131,141). Sum of RGB (Red+Green+Blue) = 85+131+141=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #55838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55838D is #AA7C72. Grayscale: #767676. Windows color (decimal): -11172979 or 9274197. OLE color: 9274197.

HSL color Cylindrical-coordinate representation of color #55838D: hue angle of 190.71º 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 #55838D is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85131141-
CMYK0.400.0700.45
HSL190.71º24.78%44.31%-
HSV(B)190.71º39.72%55.29%-
XYZ16.6720.0928.2-
YUV118.39140.76104.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=23.81%
G=36.69%
B=39.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851311410.400.0700.45190.7124.7844.31
Hex55838D28702Dbf192c
Octal1252032155070552773154
Binary1010101100000111000110110100011101011011011111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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