#55BABF

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

Shades of Viking #55BABF

Tints of Viking #55BABF

Color information

#55BABF (or 0x55BABF) is unknown color: approx Viking. HEX triplet: 55, BA and BF. RGB value is (85,186,191). Sum of RGB (Red+Green+Blue) = 85+186+191=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #55BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BABF is #AA4540. Grayscale: #9C9C9C. Windows color (decimal): -11158849 or 12565077. OLE color: 12565077.

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

Color convert

RGB85186191-
CMYK0.550.0300.25
HSL182.83º45.3%54.12%-
HSV(B)182.83º55.5%74.9%-
XYZ30.7140.8155.55-
YUV156.37147.5477.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.40%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 191 (75% from 255) = 41.34%
R=18.40%
G=40.26%
B=41.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851861910.550.0300.25182.8345.354.12
Hex55BABF373019b72d36
Octal1252722776730312675566
Binary101010110111010101111111101111101100110110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,186,191); }

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

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

 a { background-color: rgb(85,186,191); }

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

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

 span { border-color: rgb(85,186,191); }

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