#55BED0

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

Shades of Viking #55BED0

Tints of Viking #55BED0

Color information

#55BED0 (or 0x55BED0) is unknown color: approx Viking. HEX triplet: 55, BE and D0. RGB value is (85,190,208). Sum of RGB (Red+Green+Blue) = 85+190+208=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #55BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BED0 is #AA412F. Grayscale: #A0A0A0. Windows color (decimal): -11157808 or 13680213. OLE color: 13680213.

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

Color convert

RGB85190208-
CMYK0.590.0900.18
HSL188.78º56.68%57.45%-
HSV(B)188.78º59.13%81.57%-
XYZ33.5443.3166.27-
YUV160.66154.7174.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=17.60%
G=39.34%
B=43.06%

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
Decimal851902080.590.0900.18188.7856.6857.45
Hex55BED03B9012bd3939
Octal12527632073110222757171
Binary10101011011111011010000111011100101001010111101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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