#52A890

Color #52A890 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #52A890

Tints of Keppel #52A890

Color information

#52A890 (or 0x52A890) is unknown color: approx Keppel. HEX triplet: 52, A8 and 90. RGB value is (82,168,144). Sum of RGB (Red+Green+Blue) = 82+168+144=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #52A890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A890 is #AD576F. Grayscale: #8B8B8B. Windows color (decimal): -11360112 or 9480274. OLE color: 9480274.

HSL color Cylindrical-coordinate representation of color #52A890: hue angle of 163.26º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A890 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB82168144-
CMYK0.5100.140.34
HSL163.26º34.4%49.02%-
HSV(B)163.26º51.19%65.88%-
XYZ22.5231.8131.34-
YUV139.55130.5186.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 168 (66.02% from 255) = 42.64%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=20.81%
G=42.64%
B=36.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821681440.5100.140.34163.2634.449.02
Hex52A890330E22a32231
Octal12225022063016422434261
Binary101001010101000100100001100110111010001010100011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,168,144); }

 H1.HeaderClassName
 {
   color: #52A890;
 }
 .AnyTagClassName
 {
   color: #52A890;
 }
</style>
background-color css

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

 a { background-color: rgb(82,168,144); }

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

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

 span { border-color: rgb(82,168,144); }

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