#5AAFCC

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

Shades of Viking #5AAFCC

Tints of Viking #5AAFCC

Color information

#5AAFCC (or 0x5AAFCC) is unknown color: approx Viking. HEX triplet: 5A, AF and CC. RGB value is (90,175,204). Sum of RGB (Red+Green+Blue) = 90+175+204=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #5AAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFCC is #A55033. Grayscale: #989898. Windows color (decimal): -10833972 or 13414234. OLE color: 13414234.

HSL color Cylindrical-coordinate representation of color #5AAFCC: hue angle of 195.26º 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 #5AAFCC is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB90175204-
CMYK0.560.1400.2
HSL195.26º52.78%57.65%-
HSV(B)195.26º55.88%80%-
XYZ30.4537.1962.7-
YUV152.89156.8483.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.19%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=19.19%
G=37.31%
B=43.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal901752040.560.1400.2195.2652.7857.65
Hex5AAFCC38E014c3353a
Octal13225731470160243036572
Binary10110101010111111001100111000111001010011000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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