#55BC92

Color #55BC92 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #55BC92

Tints of Keppel #55BC92

Color information

#55BC92 (or 0x55BC92) is unknown color: approx Keppel. HEX triplet: 55, BC and 92. RGB value is (85,188,146). Sum of RGB (Red+Green+Blue) = 85+188+146=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC92 is #AA436D. Grayscale: #989898. Windows color (decimal): -11158382 or 9616469. OLE color: 9616469.

HSL color Cylindrical-coordinate representation of color #55BC92: hue angle of 155.53º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC92 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB85188146-
CMYK0.5500.220.26
HSL155.53º43.46%53.53%-
HSV(B)155.53º54.79%73.73%-
XYZ26.9239.9733.49-
YUV152.42124.3879.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.29%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=20.29%
G=44.87%
B=34.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881460.5500.220.26155.5343.4653.53
Hex55BC92370161A9c2b36
Octal12527422267026322345366
Binary101010110111100100100101101110101101101010011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,146); }

 H1.HeaderClassName
 {
   color: #55BC92;
 }
 .AnyTagClassName
 {
   color: #55BC92;
 }
</style>
background-color css

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

 a { background-color: rgb(85,188,146); }

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

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

 span { border-color: rgb(85,188,146); }

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