#52B093

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

Shades of Keppel #52B093

Tints of Keppel #52B093

Color information

#52B093 (or 0x52B093) is unknown color: approx Keppel. HEX triplet: 52, B0 and 93. RGB value is (82,176,147). Sum of RGB (Red+Green+Blue) = 82+176+147=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #52B093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B093 is #AD4F6C. Grayscale: #909090. Windows color (decimal): -11358061 or 9678930. OLE color: 9678930.

HSL color Cylindrical-coordinate representation of color #52B093: hue angle of 161.49º 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 #52B093 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB82176147-
CMYK0.5300.160.31
HSL161.49º37.3%50.59%-
HSV(B)161.49º53.41%69.02%-
XYZ24.2734.9533.07-
YUV144.59129.3683.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=20.25%
G=43.46%
B=36.30%

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
Decimal821761470.5300.160.31161.4937.350.59
Hex52B093350101Fa12533
Octal12226022365020372414563
Binary101001010110000100100111101010100001111110100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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