#52B094

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

Shades of Keppel #52B094

Tints of Keppel #52B094

Color information

#52B094 (or 0x52B094) is unknown color: approx Keppel. HEX triplet: 52, B0 and 94. RGB value is (82,176,148). Sum of RGB (Red+Green+Blue) = 82+176+148=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #52B094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B094 is #AD4F6B. Grayscale: #909090. Windows color (decimal): -11358060 or 9744466. OLE color: 9744466.

HSL color Cylindrical-coordinate representation of color #52B094: hue angle of 162.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B094 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB82176148-
CMYK0.5300.160.31
HSL162.13º37.3%50.59%-
HSV(B)162.13º53.41%69.02%-
XYZ24.3534.9833.49-
YUV144.7129.8683.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=20.20%
G=43.35%
B=36.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821761480.5300.160.31162.1337.350.59
Hex52B094350101Fa22533
Octal12226022465020372424563
Binary101001010110000100101001101010100001111110100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,176,148); }

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

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

 a { background-color: rgb(82,176,148); }

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

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

 span { border-color: rgb(82,176,148); }

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