#55ABC4

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

Shades of Viking #55ABC4

Tints of Viking #55ABC4

Color information

#55ABC4 (or 0x55ABC4) is unknown color: approx Viking. HEX triplet: 55, AB and C4. RGB value is (85,171,196). Sum of RGB (Red+Green+Blue) = 85+171+196=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #55ABC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABC4 is #AA543B. Grayscale: #939393. Windows color (decimal): -11162684 or 12888917. OLE color: 12888917.

HSL color Cylindrical-coordinate representation of color #55ABC4: hue angle of 193.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55ABC4 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85171196-
CMYK0.570.1300.23
HSL193.51º48.47%55.1%-
HSV(B)193.51º56.63%76.86%-
XYZ28.2735.0457.5-
YUV148.14155.0182.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 196 (76.95% from 255) = 43.36%
R=18.81%
G=37.83%
B=43.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851711960.570.1300.23193.5148.4755.1
Hex55ABC439D017c23037
Octal12525330471150273026067
Binary10101011010101111000100111001110101011111000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,196); }

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

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

 a { background-color: rgb(85,171,196); }

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

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

 span { border-color: rgb(85,171,196); }

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