#5CACC0

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

Shades of Viking #5CACC0

Tints of Viking #5CACC0

Color information

#5CACC0 (or 0x5CACC0) is unknown color: approx Viking. HEX triplet: 5C, AC and C0. RGB value is (92,172,192). Sum of RGB (Red+Green+Blue) = 92+172+192=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #5CACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACC0 is #A3533F. Grayscale: #969696. Windows color (decimal): -10703680 or 12627036. OLE color: 12627036.

HSL color Cylindrical-coordinate representation of color #5CACC0: hue angle of 192º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CACC0 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92172192-
CMYK0.520.1000.25
HSL192º44.25%55.69%-
HSV(B)192º52.08%75.29%-
XYZ28.6835.5955.23-
YUV150.36151.586.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.18%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=20.18%
G=37.72%
B=42.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921721920.520.1000.2519244.2555.69
Hex5CACC034A019c02c38
Octal13425430064120313005470
Binary10111001010110011000000110100101001100111000000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,172,192); }

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

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

 a { background-color: rgb(92,172,192); }

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

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

 span { border-color: rgb(92,172,192); }

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