Html Css Color HEX #55A590 Keppel

📋 copy color: '#55A590'

red 85 ◦ green 165 ◦ blue 144

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

Shades of Keppel #55A590

Tints of Keppel #55A590

RGB

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

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

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

R = 21.57%
G = 41.88%
B = 36.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#55A590 (or 0x55A590) is known color: Keppel. HEX triplet: 55, A5 and 90. RGB value is (85,165,144). Sum of RGB (Red+Green+Blue) = 85+165+144=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #55A590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A590 is #AA5A6F. Grayscale: #8A8A8A. Windows color (decimal): -11164272 or 9479509. OLE color: 9479509.

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

Color convert

RGB 85 165 144 -
CMYK 0.48 0 0.13 0.35
HSL 164.25º 0.32% 0.49% -
HSV(B) 164.25º 0.48% 0.65% -
XYZ 22.24 30.86 31.17 -
YUV 138.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 85 165 144 0.48 0 0.13 0.35 164.25 0.32 0.49
Hex 55 A5 90 30 0 D 23 A4 20 31
Octal 125 245 220 60 0 15 43 244 40 61
Binary 1010101 10100101 10010000 110000 0 1101 100011 10100100 100000 110001

Color Harmonies of #55A590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A590

Black with #55A590

Text Example


Text Example

White with #55A590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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