Html Css Color HEX #53A693 Keppel

📋 copy color: '#53A693'

red 83 ◦ green 166 ◦ blue 147

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

Shades of Keppel #53A693

Tints of Keppel #53A693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

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

R = 20.96%
G = 41.92%
B = 37.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#53A693 (or 0x53A693) is known color: Keppel. HEX triplet: 53, A6 and 93. RGB value is (83,166,147). Sum of RGB (Red+Green+Blue) = 83+166+147=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #53A693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A693 is #AC596C. Grayscale: #8B8B8B. Windows color (decimal): -11295085 or 9676371. OLE color: 9676371.

HSL color Cylindrical-coordinate representation of color #53A693: hue angle of 166.27º 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 #53A693 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 147 -
CMYK 0.50 0 0.11 0.35
HSL 166.27º 0.33% 0.49% -
HSV(B) 166.27º 0.5% 0.65% -
XYZ 22.47 31.22 32.45 -
YUV 139.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 83 166 147 0.50 0 0.11 0.35 166.27 0.33 0.49
Hex 53 A6 93 32 0 B 23 A6 21 31
Octal 123 246 223 62 0 13 43 246 41 61
Binary 1010011 10100110 10010011 110010 0 1011 100011 10100110 100001 110001

Color Harmonies of #53A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A693

Black with #53A693

Text Example


Text Example

White with #53A693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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