#53BE92

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

Shades of Keppel #53BE92

Tints of Keppel #53BE92

Color information

#53BE92 (or 0x53BE92) is unknown color: approx Keppel. HEX triplet: 53, BE and 92. RGB value is (83,190,146). Sum of RGB (Red+Green+Blue) = 83+190+146=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BE92 is #AC416D. Grayscale: #999999. Windows color (decimal): -11288942 or 9616979. OLE color: 9616979.

HSL color Cylindrical-coordinate representation of color #53BE92: hue angle of 155.33º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE92 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB83190146-
CMYK0.5600.230.25
HSL155.33º45.15%53.53%-
HSV(B)155.33º56.32%74.51%-
XYZ27.1740.7433.63-
YUV152.99124.0578.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.81%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=19.81%
G=45.35%
B=34.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901460.5600.230.25155.3345.1553.53
Hex53BE9238017199b2d36
Octal12327622270027312335566
Binary101001110111110100100101110000101111100110011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,190,146); }

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

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

 a { background-color: rgb(83,190,146); }

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

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

 span { border-color: rgb(83,190,146); }

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