Html Css Color HEX #53B890 Keppel

📋 copy color: '#53B890'

red 83 ◦ green 184 ◦ blue 144

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

Shades of Keppel #53B890

Tints of Keppel #53B890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 20.19%
G = 44.77%
B = 35.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#53B890 (or 0x53B890) is known color: Keppel. HEX triplet: 53, B8 and 90. RGB value is (83,184,144). Sum of RGB (Red+Green+Blue) = 83+184+144=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #53B890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B890 is #AC476F. Grayscale: #959595. Windows color (decimal): -11290480 or 9484371. OLE color: 9484371.

HSL color Cylindrical-coordinate representation of color #53B890: hue angle of 156.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B890 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 184 144 -
CMYK 0.55 0 0.22 0.28
HSL 156.24º 0.42% 0.52% -
HSV(B) 156.24º 0.55% 0.72% -
XYZ 25.74 38.13 32.39 -
YUV 149.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 83 184 144 0.55 0 0.22 0.28 156.24 0.42 0.52
Hex 53 B8 90 37 0 16 1C 9C 2A 34
Octal 123 270 220 67 0 26 34 234 52 64
Binary 1010011 10111000 10010000 110111 0 10110 11100 10011100 101010 110100

Color Harmonies of #53B890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B890

Black with #53B890

Text Example


Text Example

White with #53B890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,184,144); }

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

background-color css

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

 a { background-color: rgb(83,184,144); }

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

border-color css

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

 span { border-color: rgb(83,184,144); }

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