Html Css Color HEX #5AAFCC Viking

📋 copy color: '#5AAFCC'

red 90 ◦ green 175 ◦ blue 204

#5AAFCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #5AAFCC

Tints of Viking #5AAFCC

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.5%

R = 19.19%
G = 37.31%
B = 43.5%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5AAFCC (or 0x5AAFCC) is known color: 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

RGB 90 175 204 -
CMYK 0.56 0.14 0 0.2
HSL 195.26º 0.53% 0.58% -
HSV(B) 195.26º 0.56% 0.8% -
XYZ 30.45 37.19 62.7 -
YUV 152.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 90 175 204 0.56 0.14 0 0.2 195.26 0.53 0.58
Hex 5A AF CC 38 E 0 14 C3 35 3A
Octal 132 257 314 70 16 0 24 303 65 72
Binary 1011010 10101111 11001100 111000 1110 0 10100 11000011 110101 111010

Color Harmonies of #5AAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAFCC

Black with #5AAFCC

Text Example


Text Example

White with #5AAFCC

Text Example


Text Example

HTML Codes & Css Web 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>