Html Css Color HEX #527B5B Como

📋 copy color: '#527B5B'

red 82 ◦ green 123 ◦ blue 91

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

Shades of Como #527B5B

Tints of Como #527B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.55%

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 27.7%
G = 41.55%
B = 30.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#527B5B (or 0x527B5B) is known color: Como. HEX triplet: 52, 7B and 5B. RGB value is (82,123,91). Sum of RGB (Red+Green+Blue) = 82+123+91=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #527B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B5B is #AD84A4. Grayscale: #6B6B6B. Windows color (decimal): -11371685 or 5995346. OLE color: 5995346.

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

Color convert

RGB 82 123 91 -
CMYK 0.33 0 0.26 0.52
HSL 133.17º 0.2% 0.4% -
HSV(B) 133.17º 0.33% 0.48% -
XYZ 12.45 16.72 12.47 -
YUV 107.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 82 123 91 0.33 0 0.26 0.52 133.17 0.2 0.4
Hex 52 7B 5B 21 0 1A 34 85 14 28
Octal 122 173 133 41 0 32 64 205 24 50
Binary 1010010 1111011 1011011 100001 0 11010 110100 10000101 10100 101000

Color Harmonies of #527B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B5B

Black with #527B5B

Text Example


Text Example

White with #527B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,123,91); }

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

background-color css

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

 a { background-color: rgb(82,123,91); }

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

border-color css

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

 span { border-color: rgb(82,123,91); }

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