#55AFC1

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

Shades of Viking #55AFC1

Tints of Viking #55AFC1

Color information

#55AFC1 (or 0x55AFC1) is unknown color: approx Viking. HEX triplet: 55, AF and C1. RGB value is (85,175,193). Sum of RGB (Red+Green+Blue) = 85+175+193=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #55AFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFC1 is #AA503E. Grayscale: #959595. Windows color (decimal): -11161663 or 12693333. OLE color: 12693333.

HSL color Cylindrical-coordinate representation of color #55AFC1: hue angle of 190º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55AFC1 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85175193-
CMYK0.560.0900.24
HSL190º46.55%54.51%-
HSV(B)190º55.96%75.69%-
XYZ28.736.4455.97-
YUV150.14152.1881.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=18.76%
G=38.63%
B=42.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851751930.560.0900.2419046.5554.51
Hex55AFC1389018be2f37
Octal12525730170110302765767
Binary10101011010111111000001111000100101100010111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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