Html Css Color HEX #527A62 Como

📋 copy color: '#527A62'

red 82 ◦ green 122 ◦ blue 98

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

Shades of Como #527A62

Tints of Como #527A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 27.15%
G = 40.4%
B = 32.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#527A62 (or 0x527A62) is known color: Como. HEX triplet: 52, 7A and 62. RGB value is (82,122,98). Sum of RGB (Red+Green+Blue) = 82+122+98=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #527A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A62 is #AD859D. Grayscale: #6B6B6B. Windows color (decimal): -11371934 or 6453842. OLE color: 6453842.

HSL color Cylindrical-coordinate representation of color #527A62: hue angle of 144º 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 #527A62 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 98 -
CMYK 0.33 0 0.20 0.52
HSL 144º 0.2% 0.4% -
HSV(B) 144º 0.33% 0.48% -
XYZ 12.64 16.59 14.09 -
YUV 107.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 82 122 98 0.33 0 0.20 0.52 144 0.2 0.4
Hex 52 7A 62 21 0 14 34 90 14 28
Octal 122 172 142 41 0 24 64 220 24 50
Binary 1010010 1111010 1100010 100001 0 10100 110100 10010000 10100 101000

Color Harmonies of #527A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A62

Black with #527A62

Text Example


Text Example

White with #527A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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