Html Css Color HEX #555637 Waiouru

📋 copy color: '#555637'

red 85 ◦ green 86 ◦ blue 55

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

Shades of Waiouru #555637

Tints of Waiouru #555637

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

 BLUE value IS 55 (21.88% from 255) = 24.34%

R = 37.61%
G = 38.05%
B = 24.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#555637 (or 0x555637) is known color: Waiouru. HEX triplet: 55, 56 and 37. RGB value is (85,86,55). Sum of RGB (Red+Green+Blue) = 85+86+55=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #555637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555637 is #AAA9C8. Grayscale: #525252. Windows color (decimal): -11184585 or 3626581. OLE color: 3626581.

HSL color Cylindrical-coordinate representation of color #555637: hue angle of 61.94º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555637 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 55 -
CMYK 0.01 0 0.36 0.66
HSL 61.94º 0.22% 0.28% -
HSV(B) 61.94º 0.36% 0.34% -
XYZ 7.76 8.86 4.92 -
YUV 82.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 85 86 55 0.01 0 0.36 0.66 61.94 0.22 0.28
Hex 55 56 37 1 0 24 42 3E 16 1C
Octal 125 126 67 1 0 44 102 76 26 34
Binary 1010101 1010110 110111 1 0 100100 1000010 111110 10110 11100

Color Harmonies of #555637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555637

Black with #555637

Text Example


Text Example

White with #555637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555637; }

 p { color: rgb(85,86,55); }

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

background-color css

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

 a { background-color: rgb(85,86,55); }

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

border-color css

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

 span { border-color: rgb(85,86,55); }

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