#55BED1

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

Shades of Viking #55BED1

Tints of Viking #55BED1

Color information

#55BED1 (or 0x55BED1) is unknown color: approx Viking. HEX triplet: 55, BE and D1. RGB value is (85,190,209). Sum of RGB (Red+Green+Blue) = 85+190+209=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #55BED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BED1 is #AA412E. Grayscale: #A0A0A0. Windows color (decimal): -11157807 or 13745749. OLE color: 13745749.

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

Color convert

RGB85190209-
CMYK0.590.0900.18
HSL189.19º57.41%57.65%-
HSV(B)189.19º59.33%81.96%-
XYZ33.6743.3666.92-
YUV160.77155.2173.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.56%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=17.56%
G=39.26%
B=43.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851902090.590.0900.18189.1957.4157.65
Hex55BED13B9012bd393a
Octal12527632173110222757172
Binary10101011011111011010001111011100101001010111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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