Html Css Color HEX #536852 Nandor

📋 copy color: '#536852'

red 83 ◦ green 104 ◦ blue 82

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

Shades of Nandor #536852

Tints of Nandor #536852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 30.86%
G = 38.66%
B = 30.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#536852 (or 0x536852) is known color: Nandor. HEX triplet: 53, 68 and 52. RGB value is (83,104,82). Sum of RGB (Red+Green+Blue) = 83+104+82=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #536852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536852 is #AC97AD. Grayscale: #5F5F5F. Windows color (decimal): -11311022 or 5400659. OLE color: 5400659.

HSL color Cylindrical-coordinate representation of color #536852: hue angle of 117.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536852 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 82 -
CMYK 0.20 0 0.21 0.59
HSL 117.27º 0.12% 0.36% -
HSV(B) 117.27º 0.21% 0.41% -
XYZ 10.04 12.35 9.84 -
YUV 95.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 83 104 82 0.20 0 0.21 0.59 117.27 0.12 0.36
Hex 53 68 52 14 0 15 3B 75 C 24
Octal 123 150 122 24 0 25 73 165 14 44
Binary 1010011 1101000 1010010 10100 0 10101 111011 1110101 1100 100100

Color Harmonies of #536852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536852

Black with #536852

Text Example


Text Example

White with #536852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536852; }

 p { color: rgb(83,104,82); }

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

background-color css

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

 a { background-color: rgb(83,104,82); }

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

border-color css

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

 span { border-color: rgb(83,104,82); }

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