#5FAAC3

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

Shades of Viking #5FAAC3

Tints of Viking #5FAAC3

Color information

#5FAAC3 (or 0x5FAAC3) is unknown color: approx Viking. HEX triplet: 5F, AA and C3. RGB value is (95,170,195). Sum of RGB (Red+Green+Blue) = 95+170+195=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #5FAAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAAC3 is #A0553C. Grayscale: #969696. Windows color (decimal): -10507581 or 12823135. OLE color: 12823135.

HSL color Cylindrical-coordinate representation of color #5FAAC3: hue angle of 195º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FAAC3 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB95170195-
CMYK0.510.1300.24
HSL195º45.45%56.86%-
HSV(B)195º51.28%76.47%-
XYZ28.9435.1256.88-
YUV150.42153.1588.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.65%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 195 (76.56% from 255) = 42.39%
R=20.65%
G=36.96%
B=42.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951701950.510.1300.2419545.4556.86
Hex5FAAC333D018c32d39
Octal13725230363150303035571
Binary10111111010101011000011110011110101100011000011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,195); }

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

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

 a { background-color: rgb(95,170,195); }

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

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

 span { border-color: rgb(95,170,195); }

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