Html Css Color HEX #5AB5CE Viking

📋 copy color: '#5AB5CE'

red 90 ◦ green 181 ◦ blue 206

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

Shades of Viking #5AB5CE

Tints of Viking #5AB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 18.87%
G = 37.95%
B = 43.19%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5AB5CE (or 0x5AB5CE) is known color: Viking. HEX triplet: 5A, B5 and CE. RGB value is (90,181,206). Sum of RGB (Red+Green+Blue) = 90+181+206=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB5CE is #A54A31. Grayscale: #9C9C9C. Windows color (decimal): -10832434 or 13546842. OLE color: 13546842.

HSL color Cylindrical-coordinate representation of color #5AB5CE: hue angle of 192.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB5CE is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 181 206 -
CMYK 0.56 0.12 0 0.19
HSL 192.93º 0.54% 0.58% -
HSV(B) 192.93º 0.56% 0.81% -
XYZ 31.88 39.68 64.37 -
YUV 156.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 90 181 206 0.56 0.12 0 0.19 192.93 0.54 0.58
Hex 5A B5 CE 38 C 0 13 C1 36 3A
Octal 132 265 316 70 14 0 23 301 66 72
Binary 1011010 10110101 11001110 111000 1100 0 10011 11000001 110110 111010

Color Harmonies of #5AB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB5CE

Black with #5AB5CE

Text Example


Text Example

White with #5AB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,181,206); }

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

background-color css

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

 a { background-color: rgb(90,181,206); }

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

border-color css

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

 span { border-color: rgb(90,181,206); }

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