#53B497

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

Shades of Keppel #53B497

Tints of Keppel #53B497

Color information

#53B497 (or 0x53B497) is unknown color: approx Keppel. HEX triplet: 53, B4 and 97. RGB value is (83,180,151). Sum of RGB (Red+Green+Blue) = 83+180+151=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #53B497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B497 is #AC4B68. Grayscale: #939393. Windows color (decimal): -11291497 or 9942099. OLE color: 9942099.

HSL color Cylindrical-coordinate representation of color #53B497: hue angle of 162.06º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B497 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB83180151-
CMYK0.5400.160.29
HSL162.06º39.27%51.57%-
HSV(B)162.06º53.89%70.59%-
XYZ25.4736.7235.02-
YUV147.69129.8681.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.05%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 151 (59.38% from 255) = 36.47%
R=20.05%
G=43.48%
B=36.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801510.5400.160.29162.0639.2751.57
Hex53B497360101Da22734
Octal12326422766020352424764
Binary101001110110100100101111101100100001110110100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,180,151); }

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

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

 a { background-color: rgb(83,180,151); }

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

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

 span { border-color: rgb(83,180,151); }

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