#5AADCC

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

Shades of Viking #5AADCC

Tints of Viking #5AADCC

Color information

#5AADCC (or 0x5AADCC) is unknown color: approx Viking. HEX triplet: 5A, AD and CC. RGB value is (90,173,204). Sum of RGB (Red+Green+Blue) = 90+173+204=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #5AADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADCC is #A55233. Grayscale: #979797. Windows color (decimal): -10834484 or 13413722. OLE color: 13413722.

HSL color Cylindrical-coordinate representation of color #5AADCC: hue angle of 196.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AADCC is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB90173204-
CMYK0.560.1500.2
HSL196.32º52.78%57.65%-
HSV(B)196.32º55.88%80%-
XYZ30.0636.4262.57-
YUV151.72157.583.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.27%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=19.27%
G=37.04%
B=43.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal901732040.560.1500.2196.3252.7857.65
Hex5AADCC38F014c4353a
Octal13225531470170243046572
Binary10110101010110111001100111000111101010011000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,173,204); }

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

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

 a { background-color: rgb(90,173,204); }

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

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

 span { border-color: rgb(90,173,204); }

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