Html Css Color HEX #5AB4CE Viking

📋 copy color: '#5AB4CE'

red 90 ◦ green 180 ◦ blue 206

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

Shades of Viking #5AB4CE

Tints of Viking #5AB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.82%

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

R = 18.91%
G = 37.82%
B = 43.28%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5AB4CE (or 0x5AB4CE) is known color: Viking. HEX triplet: 5A, B4 and CE. RGB value is (90,180,206). Sum of RGB (Red+Green+Blue) = 90+180+206=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AB4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB4CE is #A54B31. Grayscale: #9B9B9B. Windows color (decimal): -10832690 or 13546586. OLE color: 13546586.

HSL color Cylindrical-coordinate representation of color #5AB4CE: hue angle of 193.45º 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 #5AB4CE is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 180 206 -
CMYK 0.56 0.13 0 0.19
HSL 193.45º 0.54% 0.58% -
HSV(B) 193.45º 0.56% 0.81% -
XYZ 31.68 39.27 64.3 -
YUV 156.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 90 180 206 0.56 0.13 0 0.19 193.45 0.54 0.58
Hex 5A B4 CE 38 D 0 13 C1 36 3A
Octal 132 264 316 70 15 0 23 301 66 72
Binary 1011010 10110100 11001110 111000 1101 0 10011 11000001 110110 111010

Color Harmonies of #5AB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4CE

Black with #5AB4CE

Text Example


Text Example

White with #5AB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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