Html Css Color HEX #5AADC9 Viking

📋 copy color: '#5AADC9'

red 90 ◦ green 173 ◦ blue 201

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

Shades of Viking #5AADC9

Tints of Viking #5AADC9

RGB

 RED value IS 90 (35.55% from 255) = 19.4%

 GREEN value IS 173 (67.97% from 255) = 37.28%

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 19.4%
G = 37.28%
B = 43.32%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5AADC9 (or 0x5AADC9) is known color: Viking. HEX triplet: 5A, AD and C9. RGB value is (90,173,201). Sum of RGB (Red+Green+Blue) = 90+173+201=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #5AADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADC9 is #A55236. Grayscale: #979797. Windows color (decimal): -10834487 or 13217114. OLE color: 13217114.

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

Color convert

RGB 90 173 201 -
CMYK 0.55 0.14 0 0.21
HSL 195.14º 0.51% 0.57% -
HSV(B) 195.14º 0.55% 0.79% -
XYZ 29.7 36.28 60.7 -
YUV 151.38 156 84.22 -
System Red Green Blue C M Y K H S L
Decimal 90 173 201 0.55 0.14 0 0.21 195.14 0.51 0.57
Hex 5A AD C9 37 E 0 15 C3 33 39
Octal 132 255 311 67 16 0 25 303 63 71
Binary 1011010 10101101 11001001 110111 1110 0 10101 11000011 110011 111001

Color Harmonies of #5AADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADC9

Black with #5AADC9

Text Example


Text Example

White with #5AADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AADC9;
 }
 .AnyTagClassName
 {
   color: #5AADC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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