#55BAC1

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

Shades of Viking #55BAC1

Tints of Viking #55BAC1

Color information

#55BAC1 (or 0x55BAC1) is unknown color: approx Viking. HEX triplet: 55, BA and C1. RGB value is (85,186,193). Sum of RGB (Red+Green+Blue) = 85+186+193=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #55BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BAC1 is #AA453E. Grayscale: #9C9C9C. Windows color (decimal): -11158847 or 12696149. OLE color: 12696149.

HSL color Cylindrical-coordinate representation of color #55BAC1: hue angle of 183.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55BAC1 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85186193-
CMYK0.560.0400.24
HSL183.89º46.55%54.51%-
HSV(B)183.89º55.96%75.69%-
XYZ30.9340.956.72-
YUV156.6148.5476.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.32%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=18.32%
G=40.09%
B=41.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851861930.560.0400.24183.8946.5554.51
Hex55BAC1384018b82f37
Octal1252723017040302705767
Binary1010101101110101100000111100010001100010111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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