Html Css Color HEX #5AADBE Viking

📋 copy color: '#5AADBE'

red 90 ◦ green 173 ◦ blue 190

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

Shades of Viking #5AADBE

Tints of Viking #5AADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 19.87%
G = 38.19%
B = 41.94%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5AADBE (or 0x5AADBE) is known color: Viking. HEX triplet: 5A, AD and BE. RGB value is (90,173,190). Sum of RGB (Red+Green+Blue) = 90+173+190=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADBE is #A55241. Grayscale: #959595. Windows color (decimal): -10834498 or 12496218. OLE color: 12496218.

HSL color Cylindrical-coordinate representation of color #5AADBE: hue angle of 190.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AADBE is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 173 190 -
CMYK 0.53 0.09 0 0.25
HSL 190.2º 0.43% 0.55% -
HSV(B) 190.2º 0.53% 0.75% -
XYZ 28.45 35.78 54.12 -
YUV 150.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 90 173 190 0.53 0.09 0 0.25 190.2 0.43 0.55
Hex 5A AD BE 35 9 0 19 BE 2B 37
Octal 132 255 276 65 11 0 31 276 53 67
Binary 1011010 10101101 10111110 110101 1001 0 11001 10111110 101011 110111

Color Harmonies of #5AADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADBE

Black with #5AADBE

Text Example


Text Example

White with #5AADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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