Html Css Color HEX #527B66 Como

📋 copy color: '#527B66'

red 82 ◦ green 123 ◦ blue 102

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

Shades of Como #527B66

Tints of Como #527B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 26.71%
G = 40.07%
B = 33.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#527B66 (or 0x527B66) is known color: Como. HEX triplet: 52, 7B and 66. RGB value is (82,123,102). Sum of RGB (Red+Green+Blue) = 82+123+102=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #527B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B66 is #AD8499. Grayscale: #6C6C6C. Windows color (decimal): -11371674 or 6716242. OLE color: 6716242.

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

Color convert

RGB 82 123 102 -
CMYK 0.33 0 0.17 0.52
HSL 149.27º 0.2% 0.4% -
HSV(B) 149.27º 0.33% 0.48% -
XYZ 12.96 16.92 15.15 -
YUV 108.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 82 123 102 0.33 0 0.17 0.52 149.27 0.2 0.4
Hex 52 7B 66 21 0 11 34 95 14 28
Octal 122 173 146 41 0 21 64 225 24 50
Binary 1010010 1111011 1100110 100001 0 10001 110100 10010101 10100 101000

Color Harmonies of #527B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B66

Black with #527B66

Text Example


Text Example

White with #527B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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