Html Css Color HEX #527364 Como

📋 copy color: '#527364'

red 82 ◦ green 115 ◦ blue 100

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

Shades of Como #527364

Tints of Como #527364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 27.61%
G = 38.72%
B = 33.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#527364 (or 0x527364) is known color: Como. HEX triplet: 52, 73 and 64. RGB value is (82,115,100). Sum of RGB (Red+Green+Blue) = 82+115+100=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #527364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527364 is #AD8C9B. Grayscale: #676767. Windows color (decimal): -11373724 or 6583122. OLE color: 6583122.

HSL color Cylindrical-coordinate representation of color #527364: hue angle of 152.73º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527364 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 100 -
CMYK 0.29 0 0.13 0.55
HSL 152.73º 0.17% 0.39% -
HSV(B) 152.73º 0.29% 0.45% -
XYZ 11.91 14.98 14.32 -
YUV 103.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 82 115 100 0.29 0 0.13 0.55 152.73 0.17 0.39
Hex 52 73 64 1D 0 D 37 99 11 27
Octal 122 163 144 35 0 15 67 231 21 47
Binary 1010010 1110011 1100100 11101 0 1101 110111 10011001 10001 100111

Color Harmonies of #527364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527364

Black with #527364

Text Example


Text Example

White with #527364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527364; }

 p { color: rgb(82,115,100); }

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

background-color css

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

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

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

border-color css

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

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

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