Html Css Color HEX #536053 Nandor

📋 copy color: '#536053'

red 83 ◦ green 96 ◦ blue 83

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

Shades of Nandor #536053

Tints of Nandor #536053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 31.68%
G = 36.64%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#536053 (or 0x536053) is known color: Nandor. HEX triplet: 53, 60 and 53. RGB value is (83,96,83). Sum of RGB (Red+Green+Blue) = 83+96+83=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #536053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536053 is #AC9FAC. Grayscale: #5A5A5A. Windows color (decimal): -11313069 or 5464147. OLE color: 5464147.

HSL color Cylindrical-coordinate representation of color #536053: hue angle of 120º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536053 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 83 -
CMYK 0.14 0 0.14 0.62
HSL 120º 0.07% 0.35% -
HSV(B) 120º 0.14% 0.38% -
XYZ 9.31 10.83 9.78 -
YUV 90.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 83 96 83 0.14 0 0.14 0.62 120 0.07 0.35
Hex 53 60 53 E 0 E 3E 78 7 23
Octal 123 140 123 16 0 16 76 170 7 43
Binary 1010011 1100000 1010011 1110 0 1110 111110 1111000 111 100011

Color Harmonies of #536053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536053

Black with #536053

Text Example


Text Example

White with #536053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536053; }

 p { color: rgb(83,96,83); }

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

background-color css

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

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

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

border-color css

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

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

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