Html Css Color HEX #55A58D Keppel

📋 copy color: '#55A58D'

red 85 ◦ green 165 ◦ blue 141

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

Shades of Keppel #55A58D

Tints of Keppel #55A58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 21.74%
G = 42.2%
B = 36.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#55A58D (or 0x55A58D) is known color: Keppel. HEX triplet: 55, A5 and 8D. RGB value is (85,165,141). Sum of RGB (Red+Green+Blue) = 85+165+141=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #55A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A58D is #AA5A72. Grayscale: #8A8A8A. Windows color (decimal): -11164275 or 9282901. OLE color: 9282901.

HSL color Cylindrical-coordinate representation of color #55A58D: hue angle of 162º 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 #55A58D is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 165 141 -
CMYK 0.48 0 0.15 0.35
HSL 162º 0.32% 0.49% -
HSV(B) 162º 0.48% 0.65% -
XYZ 22.01 30.76 29.98 -
YUV 138.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 85 165 141 0.48 0 0.15 0.35 162 0.32 0.49
Hex 55 A5 8D 30 0 F 23 A2 20 31
Octal 125 245 215 60 0 17 43 242 40 61
Binary 1010101 10100101 10001101 110000 0 1111 100011 10100010 100000 110001

Color Harmonies of #55A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A58D

Black with #55A58D

Text Example


Text Example

White with #55A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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