#55ADBE

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

Shades of Viking #55ADBE

Tints of Viking #55ADBE

Color information

#55ADBE (or 0x55ADBE) is unknown color: approx Viking. HEX triplet: 55, AD and BE. RGB value is (85,173,190). Sum of RGB (Red+Green+Blue) = 85+173+190=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #55ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADBE is #AA5241. Grayscale: #949494. Windows color (decimal): -11162178 or 12496213. OLE color: 12496213.

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

Color convert

RGB85173190-
CMYK0.550.0900.25
HSL189.71º44.68%53.92%-
HSV(B)189.71º55.26%74.51%-
XYZ27.9835.5454.1-
YUV148.63151.3582.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=18.97%
G=38.62%
B=42.41%

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
Decimal851731900.550.0900.25189.7144.6853.92
Hex55ADBE379019be2d36
Octal12525527667110312765566
Binary10101011010110110111110110111100101100110111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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