Html Css Color HEX #536354 Nandor

📋 copy color: '#536354'

red 83 ◦ green 99 ◦ blue 84

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

Shades of Nandor #536354

Tints of Nandor #536354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 31.2%
G = 37.22%
B = 31.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#536354 (or 0x536354) is known color: Nandor. HEX triplet: 53, 63 and 54. RGB value is (83,99,84). Sum of RGB (Red+Green+Blue) = 83+99+84=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #536354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536354 is #AC9CAB. Grayscale: #5C5C5C. Windows color (decimal): -11312300 or 5530451. OLE color: 5530451.

HSL color Cylindrical-coordinate representation of color #536354: hue angle of 123.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536354 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 84 -
CMYK 0.16 0 0.15 0.61
HSL 123.75º 0.09% 0.36% -
HSV(B) 123.75º 0.16% 0.39% -
XYZ 9.63 11.4 10.08 -
YUV 92.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 83 99 84 0.16 0 0.15 0.61 123.75 0.09 0.36
Hex 53 63 54 10 0 F 3D 7C 9 24
Octal 123 143 124 20 0 17 75 174 11 44
Binary 1010011 1100011 1010100 10000 0 1111 111101 1111100 1001 100100

Color Harmonies of #536354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536354

Black with #536354

Text Example


Text Example

White with #536354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536354; }

 p { color: rgb(83,99,84); }

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

background-color css

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

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

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

border-color css

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

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

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