Html Css Color HEX #53B593 Keppel

📋 copy color: '#53B593'

red 83 ◦ green 181 ◦ blue 147

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

Shades of Keppel #53B593

Tints of Keppel #53B593

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.04%

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 20.19%
G = 44.04%
B = 35.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#53B593 (or 0x53B593) is known color: Keppel. HEX triplet: 53, B5 and 93. RGB value is (83,181,147). Sum of RGB (Red+Green+Blue) = 83+181+147=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #53B593 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B593 is #AC4A6C. Grayscale: #939393. Windows color (decimal): -11291245 or 9680211. OLE color: 9680211.

HSL color Cylindrical-coordinate representation of color #53B593: hue angle of 159.18º degrees, saturation: 0.4, 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 #53B593 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 181 147 -
CMYK 0.54 0 0.19 0.29
HSL 159.18º 0.4% 0.52% -
HSV(B) 159.18º 0.54% 0.71% -
XYZ 25.36 36.99 33.41 -
YUV 147.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 83 181 147 0.54 0 0.19 0.29 159.18 0.4 0.52
Hex 53 B5 93 36 0 13 1D 9F 28 34
Octal 123 265 223 66 0 23 35 237 50 64
Binary 1010011 10110101 10010011 110110 0 10011 11101 10011111 101000 110100

Color Harmonies of #53B593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B593

Black with #53B593

Text Example


Text Example

White with #53B593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,181,147); }

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

background-color css

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

 a { background-color: rgb(83,181,147); }

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

border-color css

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

 span { border-color: rgb(83,181,147); }

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