#55BECD

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

Shades of Viking #55BECD

Tints of Viking #55BECD

Color information

#55BECD (or 0x55BECD) is unknown color: approx Viking. HEX triplet: 55, BE and CD. RGB value is (85,190,205). Sum of RGB (Red+Green+Blue) = 85+190+205=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #55BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BECD is #AA4132. Grayscale: #A0A0A0. Windows color (decimal): -11157811 or 13483605. OLE color: 13483605.

HSL color Cylindrical-coordinate representation of color #55BECD: hue angle of 187.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BECD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85190205-
CMYK0.590.0700.20
HSL187.5º54.55%56.86%-
HSV(B)187.5º58.54%80.39%-
XYZ33.1843.1764.34-
YUV160.32153.2174.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.71%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=17.71%
G=39.58%
B=42.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851902050.590.0700.20187.554.5556.86
Hex55BECD3B7014bc3739
Octal1252763157370242746771
Binary1010101101111101100110111101111101010010111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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