#5FABC5

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

Shades of Viking #5FABC5

Tints of Viking #5FABC5

Color information

#5FABC5 (or 0x5FABC5) is unknown color: approx Viking. HEX triplet: 5F, AB and C5. RGB value is (95,171,197). Sum of RGB (Red+Green+Blue) = 95+171+197=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #5FABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABC5 is #A0543A. Grayscale: #979797. Windows color (decimal): -10507323 or 12954463. OLE color: 12954463.

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

Color convert

RGB95171197-
CMYK0.520.1300.23
HSL195.29º46.79%57.25%-
HSV(B)195.29º51.78%77.25%-
XYZ29.3635.5958.15-
YUV151.24153.8287.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 197 (77.34% from 255) = 42.55%
R=20.52%
G=36.93%
B=42.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal951711970.520.1300.23195.2946.7957.25
Hex5FABC534D017c32f39
Octal13725330564150273035771
Binary10111111010101111000101110100110101011111000011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FABC5; }

 p { color: rgb(95,171,197); }

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

<style>
 a { background-color: #5FABC5; }

 a { background-color: rgb(95,171,197); }

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

<style>
 span { border-color: #5FABC5; }

 span { border-color: rgb(95,171,197); }

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