#55BBBE

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

Shades of Viking #55BBBE

Tints of Viking #55BBBE

Color information

#55BBBE (or 0x55BBBE) is unknown color: approx Viking. HEX triplet: 55, BB and BE. RGB value is (85,187,190). Sum of RGB (Red+Green+Blue) = 85+187+190=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #55BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBBE is #AA4441. Grayscale: #9C9C9C. Windows color (decimal): -11158594 or 12499797. OLE color: 12499797.

HSL color Cylindrical-coordinate representation of color #55BBBE: hue angle of 181.71º 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 #55BBBE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85187190-
CMYK0.550.0200.25
HSL181.71º44.68%53.92%-
HSV(B)181.71º55.26%74.51%-
XYZ30.8141.1955.04-
YUV156.84146.7176.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.40%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=18.40%
G=40.48%
B=41.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851871900.550.0200.25181.7144.6853.92
Hex55BBBE372019b62d36
Octal1252732766720312665566
Binary101010110111011101111101101111001100110110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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