Html Css Color HEX #525852 Nandor

📋 copy color: '#525852'

red 82 ◦ green 88 ◦ blue 82

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

Shades of Nandor #525852

Tints of Nandor #525852

RGB

 RED value IS 82 (32.42% from 255) = 32.54%

 GREEN value IS 88 (34.77% from 255) = 34.92%

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

R = 32.54%
G = 34.92%
B = 32.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#525852 (or 0x525852) is known color: Nandor. HEX triplet: 52, 58 and 52. RGB value is (82,88,82). Sum of RGB (Red+Green+Blue) = 82+88+82=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #525852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525852 is #ADA7AD. Grayscale: #555555. Windows color (decimal): -11380654 or 5396562. OLE color: 5396562.

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

Color convert

RGB 82 88 82 -
CMYK 0.07 0 0.07 0.65
HSL 120º 0.04% 0.33% -
HSV(B) 120º 0.07% 0.35% -
XYZ 8.49 9.38 9.35 -
YUV 85.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 82 88 82 0.07 0 0.07 0.65 120 0.04 0.33
Hex 52 58 52 7 0 7 41 78 4 21
Octal 122 130 122 7 0 7 101 170 4 41
Binary 1010010 1011000 1010010 111 0 111 1000001 1111000 100 100001

Color Harmonies of #525852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525852

Black with #525852

Text Example


Text Example

White with #525852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525852; }

 p { color: rgb(82,88,82); }

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

background-color css

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

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

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

border-color css

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

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

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