#55AFBC

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

Shades of Viking #55AFBC

Tints of Viking #55AFBC

Color information

#55AFBC (or 0x55AFBC) is unknown color: approx Viking. HEX triplet: 55, AF and BC. RGB value is (85,175,188). Sum of RGB (Red+Green+Blue) = 85+175+188=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #55AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFBC is #AA5043. Grayscale: #959595. Windows color (decimal): -11161668 or 12365653. OLE color: 12365653.

HSL color Cylindrical-coordinate representation of color #55AFBC: hue angle of 187.57º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AFBC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85175188-
CMYK0.550.0700.26
HSL187.57º43.46%53.53%-
HSV(B)187.57º54.79%73.73%-
XYZ28.1536.2253.08-
YUV149.57149.6881.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=18.97%
G=39.06%
B=41.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851751880.550.0700.26187.5743.4653.53
Hex55AFBC37701Abc2b36
Octal1252572746770322745366
Binary1010101101011111011110011011111101101010111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,175,188); }

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

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

 a { background-color: rgb(85,175,188); }

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

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

 span { border-color: rgb(85,175,188); }

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