#5CAAC6

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

Shades of Viking #5CAAC6

Tints of Viking #5CAAC6

Color information

#5CAAC6 (or 0x5CAAC6) is unknown color: approx Viking. HEX triplet: 5C, AA and C6. RGB value is (92,170,198). Sum of RGB (Red+Green+Blue) = 92+170+198=460 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #5CAAC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAAC6 is #A35539. Grayscale: #959595. Windows color (decimal): -10704186 or 13019740. OLE color: 13019740.

HSL color Cylindrical-coordinate representation of color #5CAAC6: hue angle of 195.85º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CAAC6 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB92170198-
CMYK0.540.1400.22
HSL195.85º48.18%56.86%-
HSV(B)195.85º53.54%77.65%-
XYZ28.9835.158.67-
YUV149.87155.1686.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 198 (77.73% from 255) = 43.04%
R=20%
G=36.96%
B=43.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal921701980.540.1400.22195.8548.1856.86
Hex5CAAC636E016c43039
Octal13425230666160263046071
Binary10111001010101011000110110110111001011011000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,198); }

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

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

 a { background-color: rgb(92,170,198); }

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

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

 span { border-color: rgb(92,170,198); }

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