Html Css Color HEX #52815E Como

📋 copy color: '#52815E'

red 82 ◦ green 129 ◦ blue 94

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

Shades of Como #52815E

Tints of Como #52815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 26.89%
G = 42.3%
B = 30.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#52815E (or 0x52815E) is known color: Como. HEX triplet: 52, 81 and 5E. RGB value is (82,129,94). Sum of RGB (Red+Green+Blue) = 82+129+94=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #52815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52815E is #AD7EA1. Grayscale: #6F6F6F. Windows color (decimal): -11370146 or 6193490. OLE color: 6193490.

HSL color Cylindrical-coordinate representation of color #52815E: hue angle of 135.32º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52815E is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 129 94 -
CMYK 0.36 0 0.27 0.49
HSL 135.32º 0.22% 0.41% -
HSV(B) 135.32º 0.36% 0.51% -
XYZ 13.35 18.3 13.42 -
YUV 110.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 82 129 94 0.36 0 0.27 0.49 135.32 0.22 0.41
Hex 52 81 5E 24 0 1B 31 87 16 29
Octal 122 201 136 44 0 33 61 207 26 51
Binary 1010010 10000001 1011110 100100 0 11011 110001 10000111 10110 101001

Color Harmonies of #52815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52815E

Black with #52815E

Text Example


Text Example

White with #52815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52815E; }

 p { color: rgb(82,129,94); }

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

background-color css

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

 a { background-color: rgb(82,129,94); }

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

border-color css

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

 span { border-color: rgb(82,129,94); }

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