Html Css Color HEX #55A490 Keppel

📋 copy color: '#55A490'

red 85 ◦ green 164 ◦ blue 144

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

Shades of Keppel #55A490

Tints of Keppel #55A490

RGB

 RED value IS 85 (33.59% from 255) = 21.63%

 GREEN value IS 164 (64.45% from 255) = 41.73%

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

R = 21.63%
G = 41.73%
B = 36.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#55A490 (or 0x55A490) is known color: Keppel. HEX triplet: 55, A4 and 90. RGB value is (85,164,144). Sum of RGB (Red+Green+Blue) = 85+164+144=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #55A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A490 is #AA5B6F. Grayscale: #8A8A8A. Windows color (decimal): -11164528 or 9479253. OLE color: 9479253.

HSL color Cylindrical-coordinate representation of color #55A490: hue angle of 164.81º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A490 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 164 144 -
CMYK 0.48 0 0.12 0.36
HSL 164.81º 0.32% 0.49% -
HSV(B) 164.81º 0.48% 0.64% -
XYZ 22.06 30.5 31.11 -
YUV 138.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 85 164 144 0.48 0 0.12 0.36 164.81 0.32 0.49
Hex 55 A4 90 30 0 C 24 A5 20 31
Octal 125 244 220 60 0 14 44 245 40 61
Binary 1010101 10100100 10010000 110000 0 1100 100100 10100101 100000 110001

Color Harmonies of #55A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A490

Black with #55A490

Text Example


Text Example

White with #55A490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A490; }

 p { color: rgb(85,164,144); }

 H1.HeaderClassName
 {
   color: #55A490;
 }
 .AnyTagClassName
 {
   color: #55A490;
 }
</style>

background-color css

<style>
 a { background-color: #55A490; }

 a { background-color: rgb(85,164,144); }

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

border-color css

<style>
 span { border-color: #55A490; }

 span { border-color: rgb(85,164,144); }

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