#55BDD1

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

Shades of Viking #55BDD1

Tints of Viking #55BDD1

Color information

#55BDD1 (or 0x55BDD1) is unknown color: approx Viking. HEX triplet: 55, BD and D1. RGB value is (85,189,209). Sum of RGB (Red+Green+Blue) = 85+189+209=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #55BDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDD1 is #AA422E. Grayscale: #A0A0A0. Windows color (decimal): -11158063 or 13745493. OLE color: 13745493.

HSL color Cylindrical-coordinate representation of color #55BDD1: hue angle of 189.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BDD1 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85189209-
CMYK0.590.1000.18
HSL189.68º57.41%57.65%-
HSV(B)189.68º59.33%81.96%-
XYZ33.4542.9366.84-
YUV160.18155.5474.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=17.60%
G=39.13%
B=43.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851892090.590.1000.18189.6857.4157.65
Hex55BDD13BA012be393a
Octal12527532173120222767172
Binary10101011011110111010001111011101001001010111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,189,209); }

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

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

 a { background-color: rgb(85,189,209); }

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

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

 span { border-color: rgb(85,189,209); }

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