Html Css Color HEX #55A89B Keppel

📋 copy color: '#55A89B'

red 85 ◦ green 168 ◦ blue 155

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

Shades of Keppel #55A89B

Tints of Keppel #55A89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 20.83%
G = 41.18%
B = 37.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#55A89B (or 0x55A89B) is known color: Keppel. HEX triplet: 55, A8 and 9B. RGB value is (85,168,155). Sum of RGB (Red+Green+Blue) = 85+168+155=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 168 - color contains mainly: green. Hex color #55A89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A89B is #AA5764. Grayscale: #8D8D8D. Windows color (decimal): -11163493 or 10201173. OLE color: 10201173.

HSL color Cylindrical-coordinate representation of color #55A89B: hue angle of 170.6º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A89B is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 168 155 -
CMYK 0.49 0 0.08 0.34
HSL 170.6º 0.33% 0.5% -
HSV(B) 170.6º 0.49% 0.66% -
XYZ 23.67 32.3 36 -
YUV 141.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 85 168 155 0.49 0 0.08 0.34 170.6 0.33 0.5
Hex 55 A8 9B 31 0 8 22 AB 21 32
Octal 125 250 233 61 0 10 42 253 41 62
Binary 1010101 10101000 10011011 110001 0 1000 100010 10101011 100001 110010

Color Harmonies of #55A89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A89B

Black with #55A89B

Text Example


Text Example

White with #55A89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,168,155); }

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

background-color css

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

 a { background-color: rgb(85,168,155); }

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

border-color css

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

 span { border-color: rgb(85,168,155); }

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