Html Css Color HEX #536054 Nandor

📋 copy color: '#536054'

red 83 ◦ green 96 ◦ blue 84

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

Shades of Nandor #536054

Tints of Nandor #536054

RGB

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

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

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

R = 31.56%
G = 36.5%
B = 31.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#536054 (or 0x536054) is known color: Nandor. HEX triplet: 53, 60 and 54. RGB value is (83,96,84). Sum of RGB (Red+Green+Blue) = 83+96+84=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #536054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536054 is #AC9FAB. Grayscale: #5A5A5A. Windows color (decimal): -11313068 or 5529683. OLE color: 5529683.

HSL color Cylindrical-coordinate representation of color #536054: hue angle of 124.62º 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 #536054 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 84 -
CMYK 0.14 0 0.12 0.62
HSL 124.62º 0.07% 0.35% -
HSV(B) 124.62º 0.14% 0.38% -
XYZ 9.35 10.84 9.99 -
YUV 90.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 83 96 84 0.14 0 0.12 0.62 124.62 0.07 0.35
Hex 53 60 54 E 0 C 3E 7D 7 23
Octal 123 140 124 16 0 14 76 175 7 43
Binary 1010011 1100000 1010100 1110 0 1100 111110 1111101 111 100011

Color Harmonies of #536054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536054

Black with #536054

Text Example


Text Example

White with #536054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536054; }

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

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

background-color css

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

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

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

border-color css

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

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

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