Html Css Color HEX #53B289 Keppel

📋 copy color: '#53B289'

red 83 ◦ green 178 ◦ blue 137

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

Shades of Keppel #53B289

Tints of Keppel #53B289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.72%

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 20.85%
G = 44.72%
B = 34.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#53B289 (or 0x53B289) is known color: Keppel. HEX triplet: 53, B2 and 89. RGB value is (83,178,137). Sum of RGB (Red+Green+Blue) = 83+178+137=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #53B289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B289 is #AC4D76. Grayscale: #909090. Windows color (decimal): -11292023 or 9024083. OLE color: 9024083.

HSL color Cylindrical-coordinate representation of color #53B289: hue angle of 154.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B289 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 137 -
CMYK 0.53 0 0.23 0.30
HSL 154.11º 0.38% 0.51% -
HSV(B) 154.11º 0.53% 0.7% -
XYZ 24 35.49 29.25 -
YUV 144.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 83 178 137 0.53 0 0.23 0.30 154.11 0.38 0.51
Hex 53 B2 89 35 0 17 1E 9A 26 33
Octal 123 262 211 65 0 27 36 232 46 63
Binary 1010011 10110010 10001001 110101 0 10111 11110 10011010 100110 110011

Color Harmonies of #53B289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B289

Black with #53B289

Text Example


Text Example

White with #53B289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,178,137); }

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

background-color css

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

 a { background-color: rgb(83,178,137); }

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

border-color css

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

 span { border-color: rgb(83,178,137); }

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