Html Css Color HEX #53A592 Keppel

📋 copy color: '#53A592'

red 83 ◦ green 165 ◦ blue 146

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

Shades of Keppel #53A592

Tints of Keppel #53A592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.88%

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

R = 21.07%
G = 41.88%
B = 37.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#53A592 (or 0x53A592) is known color: Keppel. HEX triplet: 53, A5 and 92. RGB value is (83,165,146). Sum of RGB (Red+Green+Blue) = 83+165+146=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #53A592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A592 is #AC5A6D. Grayscale: #8A8A8A. Windows color (decimal): -11295342 or 9610579. OLE color: 9610579.

HSL color Cylindrical-coordinate representation of color #53A592: hue angle of 166.1º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A592 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 165 146 -
CMYK 0.50 0 0.12 0.35
HSL 166.1º 0.33% 0.49% -
HSV(B) 166.1º 0.5% 0.65% -
XYZ 22.21 30.82 31.97 -
YUV 138.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 83 165 146 0.50 0 0.12 0.35 166.1 0.33 0.49
Hex 53 A5 92 32 0 C 23 A6 21 31
Octal 123 245 222 62 0 14 43 246 41 61
Binary 1010011 10100101 10010010 110010 0 1100 100011 10100110 100001 110001

Color Harmonies of #53A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A592

Black with #53A592

Text Example


Text Example

White with #53A592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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