Html Css Color HEX #55B491 Keppel

📋 copy color: '#55B491'

red 85 ◦ green 180 ◦ blue 145

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

Shades of Keppel #55B491

Tints of Keppel #55B491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 20.73%
G = 43.9%
B = 35.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#55B491 (or 0x55B491) is known color: Keppel. HEX triplet: 55, B4 and 91. RGB value is (85,180,145). Sum of RGB (Red+Green+Blue) = 85+180+145=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #55B491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B491 is #AA4B6E. Grayscale: #939393. Windows color (decimal): -11160431 or 9548885. OLE color: 9548885.

HSL color Cylindrical-coordinate representation of color #55B491: hue angle of 157.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B491 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 180 145 -
CMYK 0.53 0 0.19 0.29
HSL 157.89º 0.39% 0.52% -
HSV(B) 157.89º 0.53% 0.71% -
XYZ 25.18 36.62 32.53 -
YUV 147.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 85 180 145 0.53 0 0.19 0.29 157.89 0.39 0.52
Hex 55 B4 91 35 0 13 1D 9E 27 34
Octal 125 264 221 65 0 23 35 236 47 64
Binary 1010101 10110100 10010001 110101 0 10011 11101 10011110 100111 110100

Color Harmonies of #55B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B491

Black with #55B491

Text Example


Text Example

White with #55B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,180,145); }

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

background-color css

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

 a { background-color: rgb(85,180,145); }

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

border-color css

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

 span { border-color: rgb(85,180,145); }

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