Html Css Color HEX #555848 Kelp

📋 copy color: '#555848'

red 85 ◦ green 88 ◦ blue 72

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

Shades of Kelp #555848

Tints of Kelp #555848

RGB

 RED value IS 85 (33.59% from 255) = 34.69%

 GREEN value IS 88 (34.77% from 255) = 35.92%

 BLUE value IS 72 (28.52% from 255) = 29.39%

R = 34.69%
G = 35.92%
B = 29.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#555848 (or 0x555848) is known color: Kelp. HEX triplet: 55, 58 and 48. RGB value is (85,88,72). Sum of RGB (Red+Green+Blue) = 85+88+72=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #555848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555848 is #AAA7B7. Grayscale: #555555. Windows color (decimal): -11184056 or 4741205. OLE color: 4741205.

HSL color Cylindrical-coordinate representation of color #555848: hue angle of 71.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555848 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 72 -
CMYK 0.03 0 0.18 0.65
HSL 71.25º 0.1% 0.31% -
HSV(B) 71.25º 0.18% 0.35% -
XYZ 8.41 9.38 7.5 -
YUV 85.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 85 88 72 0.03 0 0.18 0.65 71.25 0.1 0.31
Hex 55 58 48 3 0 12 41 47 A 1F
Octal 125 130 110 3 0 22 101 107 12 37
Binary 1010101 1011000 1001000 11 0 10010 1000001 1000111 1010 11111

Color Harmonies of #555848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555848

Black with #555848

Text Example


Text Example

White with #555848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555848; }

 p { color: rgb(85,88,72); }

 H1.HeaderClassName
 {
   color: #555848;
 }
 .AnyTagClassName
 {
   color: #555848;
 }
</style>

background-color css

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

 a { background-color: rgb(85,88,72); }

 div.DivClassName
 {
   background-color: #555848;
 }
 .BgClassName
 {
   background-color: #555848;
 }
</style>

border-color css

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

 span { border-color: rgb(85,88,72); }

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