#55ADBF

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

Shades of Viking #55ADBF

Tints of Viking #55ADBF

Color information

#55ADBF (or 0x55ADBF) is unknown color: approx Viking. HEX triplet: 55, AD and BF. RGB value is (85,173,191). Sum of RGB (Red+Green+Blue) = 85+173+191=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #55ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADBF is #AA5240. Grayscale: #949494. Windows color (decimal): -11162177 or 12561749. OLE color: 12561749.

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

Color convert

RGB85173191-
CMYK0.550.0900.25
HSL190.19º45.3%54.12%-
HSV(B)190.19º55.5%74.9%-
XYZ28.0935.5854.68-
YUV148.74151.8582.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.93%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 191 (75% from 255) = 42.54%
R=18.93%
G=38.53%
B=42.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851731910.550.0900.25190.1945.354.12
Hex55ADBF379019be2d36
Octal12525527767110312765566
Binary10101011010110110111111110111100101100110111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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