Html Css Color HEX #55828D Half Baked

📋 copy color: '#55828D'

red 85 ◦ green 130 ◦ blue 141

#55828D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #55828D

Tints of Half Baked #55828D

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 value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55828D (or 0x55828D) is known color: 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

RGB 85 130 141 -
CMYK 0.40 0.08 0 0.45
HSL 191.79º 0.25% 0.44% -
HSV(B) 191.79º 0.4% 0.55% -
XYZ 16.54 19.82 28.15 -
YUV 117.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 85 130 141 0.40 0.08 0 0.45 191.79 0.25 0.44
Hex 55 82 8D 28 8 0 2D C0 19 2C
Octal 125 202 215 50 10 0 55 300 31 54
Binary 1010101 10000010 10001101 101000 1000 0 101101 11000000 11001 101100

Color Harmonies of #55828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55828D

Black with #55828D

Text Example


Text Example

White with #55828D

Text Example


Text Example

HTML Codes & Css Web 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>