#526053

Color #526053 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #526053

Tints of Nandor #526053

Color information

#526053 (or 0x526053) is unknown color: approx Nandor. HEX triplet: 52, 60 and 53. RGB value is (82,96,83). Sum of RGB (Red+Green+Blue) = 82+96+83=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #526053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526053 is #AD9FAC. Grayscale: #5A5A5A. Windows color (decimal): -11378605 or 5464146. OLE color: 5464146.

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

Color convert

RGB829683-
CMYK0.1500.140.62
HSL124.29º7.87%34.9%-
HSV(B)124.29º14.58%37.65%-
XYZ9.2210.789.78-
YUV90.33123.86122.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=31.42%
G=36.78%
B=31.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296830.1500.140.62124.297.8734.9
Hex526053F0E3E7c823
Octal12214012317016761741043
Binary10100101100000101001111110111011111011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526053; }

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

 H1.HeaderClassName
 {
   color: #526053;
 }
 .AnyTagClassName
 {
   color: #526053;
 }
</style>
background-color css

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

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

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

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

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

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