Html Css Color HEX #527865 Como

📋 copy color: '#527865'

red 82 ◦ green 120 ◦ blue 101

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

Shades of Como #527865

Tints of Como #527865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.6%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 27.06%
G = 39.6%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#527865 (or 0x527865) is known color: Como. HEX triplet: 52, 78 and 65. RGB value is (82,120,101). Sum of RGB (Red+Green+Blue) = 82+120+101=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #527865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527865 is #AD879A. Grayscale: #6A6A6A. Windows color (decimal): -11372443 or 6649938. OLE color: 6649938.

HSL color Cylindrical-coordinate representation of color #527865: hue angle of 150º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527865 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 101 -
CMYK 0.32 0 0.16 0.53
HSL 150º 0.19% 0.4% -
HSV(B) 150º 0.32% 0.47% -
XYZ 12.55 16.17 14.77 -
YUV 106.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 82 120 101 0.32 0 0.16 0.53 150 0.19 0.4
Hex 52 78 65 20 0 10 35 96 13 28
Octal 122 170 145 40 0 20 65 226 23 50
Binary 1010010 1111000 1100101 100000 0 10000 110101 10010110 10011 101000

Color Harmonies of #527865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527865

Black with #527865

Text Example


Text Example

White with #527865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527865; }

 p { color: rgb(82,120,101); }

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

background-color css

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

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

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

border-color css

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

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

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