#5CACCA

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

Shades of Viking #5CACCA

Tints of Viking #5CACCA

Color information

#5CACCA (or 0x5CACCA) is unknown color: approx Viking. HEX triplet: 5C, AC and CA. RGB value is (92,172,202). Sum of RGB (Red+Green+Blue) = 92+172+202=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACCA is #A35335. Grayscale: #979797. Windows color (decimal): -10703670 or 13282396. OLE color: 13282396.

HSL color Cylindrical-coordinate representation of color #5CACCA: hue angle of 196.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CACCA is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92172202-
CMYK0.540.1500.21
HSL196.36º50.93%57.65%-
HSV(B)196.36º54.46%79.22%-
XYZ29.8336.0461.26-
YUV151.5156.585.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.74%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=19.74%
G=36.91%
B=43.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921722020.540.1500.21196.3650.9357.65
Hex5CACCA36F015c4333a
Octal13425431266170253046372
Binary10111001010110011001010110110111101010111000100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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