#53A594

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

Shades of Keppel #53A594

Tints of Keppel #53A594

Color information

#53A594 (or 0x53A594) is unknown color: approx Keppel. HEX triplet: 53, A5 and 94. RGB value is (83,165,148). Sum of RGB (Red+Green+Blue) = 83+165+148=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #53A594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A594 is #AC5A6B. Grayscale: #8A8A8A. Windows color (decimal): -11295340 or 9741651. OLE color: 9741651.

HSL color Cylindrical-coordinate representation of color #53A594: hue angle of 167.56º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A594 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB83165148-
CMYK0.5000.100.35
HSL167.56º33.06%48.63%-
HSV(B)167.56º49.7%64.71%-
XYZ22.3730.8932.8-
YUV138.54133.3388.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=20.96%
G=41.67%
B=37.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831651480.5000.100.35167.5633.0648.63
Hex53A594320A23a82131
Octal12324522462012432504161
Binary101001110100101100101001100100101010001110101000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A594; }

 p { color: rgb(83,165,148); }

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

<style>
 a { background-color: #53A594; }

 a { background-color: rgb(83,165,148); }

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

<style>
 span { border-color: #53A594; }

 span { border-color: rgb(83,165,148); }

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