Html Css Color HEX #535531 Waiouru

📋 copy color: '#535531'

red 83 ◦ green 85 ◦ blue 49

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

Shades of Waiouru #535531

Tints of Waiouru #535531

RGB

 RED value IS 83 (32.81% from 255) = 38.25%

 GREEN value IS 85 (33.59% from 255) = 39.17%

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 38.25%
G = 39.17%
B = 22.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#535531 (or 0x535531) is known color: Waiouru. HEX triplet: 53, 55 and 31. RGB value is (83,85,49). Sum of RGB (Red+Green+Blue) = 83+85+49=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #535531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535531 is #ACAACE. Grayscale: #505050. Windows color (decimal): -11315919 or 3233107. OLE color: 3233107.

HSL color Cylindrical-coordinate representation of color #535531: hue angle of 63.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #535531 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 49 -
CMYK 0.02 0 0.42 0.67
HSL 63.33º 0.27% 0.26% -
HSV(B) 63.33º 0.42% 0.33% -
XYZ 7.37 8.56 4.17 -
YUV 80.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 83 85 49 0.02 0 0.42 0.67 63.33 0.27 0.26
Hex 53 55 31 2 0 2A 43 3F 1B 1A
Octal 123 125 61 2 0 52 103 77 33 32
Binary 1010011 1010101 110001 10 0 101010 1000011 111111 11011 11010

Color Harmonies of #535531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535531

Black with #535531

Text Example


Text Example

White with #535531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535531; }

 p { color: rgb(83,85,49); }

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

background-color css

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

 a { background-color: rgb(83,85,49); }

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

border-color css

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

 span { border-color: rgb(83,85,49); }

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