Html Css Color HEX #53B992 Keppel

📋 copy color: '#53B992'

red 83 ◦ green 185 ◦ blue 146

#53B992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #53B992

Tints of Keppel #53B992

RGB

 RED value IS 83 (32.81% from 255) = 20.05%

 GREEN value IS 185 (72.66% from 255) = 44.69%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 20.05%
G = 44.69%
B = 35.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#53B992 (or 0x53B992) is known color: Keppel. HEX triplet: 53, B9 and 92. RGB value is (83,185,146). Sum of RGB (Red+Green+Blue) = 83+185+146=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #53B992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B992 is #AC466D. Grayscale: #969696. Windows color (decimal): -11290222 or 9615699. OLE color: 9615699.

HSL color Cylindrical-coordinate representation of color #53B992: hue angle of 157.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B992 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 146 -
CMYK 0.55 0 0.21 0.27
HSL 157.06º 0.42% 0.53% -
HSV(B) 157.06º 0.55% 0.73% -
XYZ 26.1 38.61 33.27 -
YUV 150.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 83 185 146 0.55 0 0.21 0.27 157.06 0.42 0.53
Hex 53 B9 92 37 0 15 1B 9D 2A 35
Octal 123 271 222 67 0 25 33 235 52 65
Binary 1010011 10111001 10010010 110111 0 10101 11011 10011101 101010 110101

Color Harmonies of #53B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B992

Black with #53B992

Text Example


Text Example

White with #53B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53B992;
 }
 .AnyTagClassName
 {
   color: #53B992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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