#55BCBE

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

Shades of Viking #55BCBE

Tints of Viking #55BCBE

Color information

#55BCBE (or 0x55BCBE) is unknown color: approx Viking. HEX triplet: 55, BC and BE. RGB value is (85,188,190). Sum of RGB (Red+Green+Blue) = 85+188+190=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #55BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCBE is #AA4341. Grayscale: #9D9D9D. Windows color (decimal): -11158338 or 12500053. OLE color: 12500053.

HSL color Cylindrical-coordinate representation of color #55BCBE: hue angle of 181.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BCBE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85188190-
CMYK0.550.0100.25
HSL181.14º44.68%53.92%-
HSV(B)181.14º55.26%74.51%-
XYZ31.0241.6255.11-
YUV157.43146.3876.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.36%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=18.36%
G=40.60%
B=41.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851881900.550.0100.25181.1444.6853.92
Hex55BCBE371019b52d36
Octal1252742766710312655566
Binary10101011011110010111110110111101100110110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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