Html Css Color HEX #527A5D Como

📋 copy color: '#527A5D'

red 82 ◦ green 122 ◦ blue 93

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

Shades of Como #527A5D

Tints of Como #527A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 27.61%
G = 41.08%
B = 31.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#527A5D (or 0x527A5D) is known color: Como. HEX triplet: 52, 7A and 5D. RGB value is (82,122,93). Sum of RGB (Red+Green+Blue) = 82+122+93=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #527A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A5D is #AD85A2. Grayscale: #6A6A6A. Windows color (decimal): -11371939 or 6126162. OLE color: 6126162.

HSL color Cylindrical-coordinate representation of color #527A5D: hue angle of 136.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A5D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 93 -
CMYK 0.33 0 0.24 0.52
HSL 136.5º 0.2% 0.4% -
HSV(B) 136.5º 0.33% 0.48% -
XYZ 12.41 16.5 12.89 -
YUV 106.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 82 122 93 0.33 0 0.24 0.52 136.5 0.2 0.4
Hex 52 7A 5D 21 0 18 34 88 14 28
Octal 122 172 135 41 0 30 64 210 24 50
Binary 1010010 1111010 1011101 100001 0 11000 110100 10001000 10100 101000

Color Harmonies of #527A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A5D

Black with #527A5D

Text Example


Text Example

White with #527A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527A5D; }

 p { color: rgb(82,122,93); }

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

background-color css

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

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

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

border-color css

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

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

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