#52A693

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

Shades of Keppel #52A693

Tints of Keppel #52A693

Color information

#52A693 (or 0x52A693) is unknown color: approx Keppel. HEX triplet: 52, A6 and 93. RGB value is (82,166,147). Sum of RGB (Red+Green+Blue) = 82+166+147=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #52A693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A693 is #AD596C. Grayscale: #8A8A8A. Windows color (decimal): -11360621 or 9676370. OLE color: 9676370.

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

Color convert

RGB82166147-
CMYK0.5100.110.35
HSL166.43º33.87%48.63%-
HSV(B)166.43º50.6%65.1%-
XYZ22.3831.1732.44-
YUV138.72132.6787.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=20.76%
G=42.03%
B=37.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661470.5100.110.35166.4333.8748.63
Hex52A693330B23a62231
Octal12224622363013432464261
Binary101001010100110100100111100110101110001110100110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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