Html Css Color HEX #527B62 Como

📋 copy color: '#527B62'

red 82 ◦ green 123 ◦ blue 98

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

Shades of Como #527B62

Tints of Como #527B62

RGB

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

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

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

R = 27.06%
G = 40.59%
B = 32.34%

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

#527B62 (or 0x527B62) is known color: Como. HEX triplet: 52, 7B and 62. RGB value is (82,123,98). Sum of RGB (Red+Green+Blue) = 82+123+98=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #527B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B62 is #AD849D. Grayscale: #6B6B6B. Windows color (decimal): -11371678 or 6454098. OLE color: 6454098.

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

Color convert

RGB 82 123 98 -
CMYK 0.33 0 0.20 0.52
HSL 143.41º 0.2% 0.4% -
HSV(B) 143.41º 0.33% 0.48% -
XYZ 12.77 16.84 14.13 -
YUV 107.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 82 123 98 0.33 0 0.20 0.52 143.41 0.2 0.4
Hex 52 7B 62 21 0 14 34 8F 14 28
Octal 122 173 142 41 0 24 64 217 24 50
Binary 1010010 1111011 1100010 100001 0 10100 110100 10001111 10100 101000

Color Harmonies of #527B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B62

Black with #527B62

Text Example


Text Example

White with #527B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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