Html Css Color HEX #5AADCC Viking

📋 copy color: '#5AADCC'

red 90 ◦ green 173 ◦ blue 204

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

Shades of Viking #5AADCC

Tints of Viking #5AADCC

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 value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 90 173 204 -
CMYK 0.56 0.15 0 0.2
HSL 196.32º 0.53% 0.58% -
HSV(B) 196.32º 0.56% 0.8% -
XYZ 30.06 36.42 62.57 -
YUV 151.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 90 173 204 0.56 0.15 0 0.2 196.32 0.53 0.58
Hex 5A AD CC 38 F 0 14 C4 35 3A
Octal 132 255 314 70 17 0 24 304 65 72
Binary 1011010 10101101 11001100 111000 1111 0 10100 11000100 110101 111010

Color Harmonies of #5AADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADCC

Black with #5AADCC

Text Example


Text Example

White with #5AADCC

Text Example


Text Example

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