Html Css Color HEX #5AADC1 Viking

📋 copy color: '#5AADC1'

red 90 ◦ green 173 ◦ blue 193

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

Shades of Viking #5AADC1

Tints of Viking #5AADC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.32%

R = 19.74%
G = 37.94%
B = 42.32%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5AADC1 (or 0x5AADC1) is known color: Viking. HEX triplet: 5A, AD and C1. RGB value is (90,173,193). Sum of RGB (Red+Green+Blue) = 90+173+193=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #5AADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADC1 is #A5523E. Grayscale: #969696. Windows color (decimal): -10834495 or 12692826. OLE color: 12692826.

HSL color Cylindrical-coordinate representation of color #5AADC1: hue angle of 191.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AADC1 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 173 193 -
CMYK 0.53 0.10 0 0.24
HSL 191.65º 0.45% 0.55% -
HSV(B) 191.65º 0.53% 0.76% -
XYZ 28.79 35.91 55.87 -
YUV 150.46 152 84.87 -
System Red Green Blue C M Y K H S L
Decimal 90 173 193 0.53 0.10 0 0.24 191.65 0.45 0.55
Hex 5A AD C1 35 A 0 18 C0 2D 37
Octal 132 255 301 65 12 0 30 300 55 67
Binary 1011010 10101101 11000001 110101 1010 0 11000 11000000 101101 110111

Color Harmonies of #5AADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADC1

Black with #5AADC1

Text Example


Text Example

White with #5AADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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