Html Css Color HEX #555C3C Kelp

📋 copy color: '#555C3C'

red 85 ◦ green 92 ◦ blue 60

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

Shades of Kelp #555C3C

Tints of Kelp #555C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.82%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 35.86%
G = 38.82%
B = 25.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#555C3C (or 0x555C3C) is known color: Kelp. HEX triplet: 55, 5C and 3C. RGB value is (85,92,60). Sum of RGB (Red+Green+Blue) = 85+92+60=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #555C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C3C is #AAA3C3. Grayscale: #565656. Windows color (decimal): -11183044 or 3955797. OLE color: 3955797.

HSL color Cylindrical-coordinate representation of color #555C3C: hue angle of 73.12º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555C3C is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 92 60 -
CMYK 0.08 0 0.35 0.64
HSL 73.13º 0.21% 0.3% -
HSV(B) 73.13º 0.35% 0.36% -
XYZ 8.39 9.91 5.75 -
YUV 86.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 85 92 60 0.08 0 0.35 0.64 73.13 0.21 0.3
Hex 55 5C 3C 8 0 23 40 49 15 1E
Octal 125 134 74 10 0 43 100 111 25 36
Binary 1010101 1011100 111100 1000 0 100011 1000000 1001001 10101 11110

Color Harmonies of #555C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C3C

Black with #555C3C

Text Example


Text Example

White with #555C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555C3C; }

 p { color: rgb(85,92,60); }

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

background-color css

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

 a { background-color: rgb(85,92,60); }

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

border-color css

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

 span { border-color: rgb(85,92,60); }

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