Html Css Color HEX #525C58 Viridian Green

📋 copy color: '#525C58'

red 82 ◦ green 92 ◦ blue 88

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

Shades of Viridian Green #525C58

Tints of Viridian Green #525C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

 BLUE value IS 88 (34.77% from 255) = 33.59%

R = 31.3%
G = 35.11%
B = 33.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#525C58 (or 0x525C58) is known color: Viridian Green. HEX triplet: 52, 5C and 58. RGB value is (82,92,88). Sum of RGB (Red+Green+Blue) = 82+92+88=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 92 - color contains mainly: green. Hex color #525C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C58 is #ADA3A7. Grayscale: #585858. Windows color (decimal): -11379624 or 5790802. OLE color: 5790802.

HSL color Cylindrical-coordinate representation of color #525C58: hue angle of 156º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #525C58 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 92 88 -
CMYK 0.11 0 0.04 0.64
HSL 156º 0.06% 0.34% -
HSV(B) 156º 0.11% 0.36% -
XYZ 9.07 10.15 10.71 -
YUV 88.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 82 92 88 0.11 0 0.04 0.64 156 0.06 0.34
Hex 52 5C 58 B 0 4 40 9C 6 22
Octal 122 134 130 13 0 4 100 234 6 42
Binary 1010010 1011100 1011000 1011 0 100 1000000 10011100 110 100010

Color Harmonies of #525C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C58

Black with #525C58

Text Example


Text Example

White with #525C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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