Html Css Color HEX #55B091 Keppel

📋 copy color: '#55B091'

red 85 ◦ green 176 ◦ blue 145

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

Shades of Keppel #55B091

Tints of Keppel #55B091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

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

R = 20.94%
G = 43.35%
B = 35.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#55B091 (or 0x55B091) is known color: Keppel. HEX triplet: 55, B0 and 91. RGB value is (85,176,145). Sum of RGB (Red+Green+Blue) = 85+176+145=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #55B091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B091 is #AA4F6E. Grayscale: #919191. Windows color (decimal): -11161455 or 9547861. OLE color: 9547861.

HSL color Cylindrical-coordinate representation of color #55B091: hue angle of 159.56º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B091 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 176 145 -
CMYK 0.52 0 0.18 0.31
HSL 159.56º 0.37% 0.51% -
HSV(B) 159.56º 0.52% 0.69% -
XYZ 24.38 35.03 32.26 -
YUV 145.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 85 176 145 0.52 0 0.18 0.31 159.56 0.37 0.51
Hex 55 B0 91 34 0 12 1F A0 25 33
Octal 125 260 221 64 0 22 37 240 45 63
Binary 1010101 10110000 10010001 110100 0 10010 11111 10100000 100101 110011

Color Harmonies of #55B091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B091

Black with #55B091

Text Example


Text Example

White with #55B091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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