Html Css Color HEX #52A495 Keppel

📋 copy color: '#52A495'

red 82 ◦ green 164 ◦ blue 149

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

Shades of Keppel #52A495

Tints of Keppel #52A495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.52%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 20.76%
G = 41.52%
B = 37.72%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#52A495 (or 0x52A495) is known color: Keppel. HEX triplet: 52, A4 and 95. RGB value is (82,164,149). Sum of RGB (Red+Green+Blue) = 82+164+149=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #52A495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A495 is #AD5B6A. Grayscale: #898989. Windows color (decimal): -11361131 or 9806930. OLE color: 9806930.

HSL color Cylindrical-coordinate representation of color #52A495: hue angle of 169.02º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A495 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 149 -
CMYK 0.5 0 0.09 0.36
HSL 169.02º 0.33% 0.48% -
HSV(B) 169.02º 0.5% 0.64% -
XYZ 22.18 30.51 33.15 -
YUV 137.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 82 164 149 0.5 0 0.09 0.36 169.02 0.33 0.48
Hex 52 A4 95 32 0 9 24 A9 21 30
Octal 122 244 225 62 0 11 44 251 41 60
Binary 1010010 10100100 10010101 110010 0 1001 100100 10101001 100001 110000

Color Harmonies of #52A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A495

Black with #52A495

Text Example


Text Example

White with #52A495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A495; }

 p { color: rgb(82,164,149); }

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

background-color css

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

 a { background-color: rgb(82,164,149); }

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

border-color css

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

 span { border-color: rgb(82,164,149); }

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