Html Css Color HEX #5AB0CE Viking

📋 copy color: '#5AB0CE'

red 90 ◦ green 176 ◦ blue 206

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

Shades of Viking #5AB0CE

Tints of Viking #5AB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

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

R = 19.07%
G = 37.29%
B = 43.64%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5AB0CE (or 0x5AB0CE) is known color: Viking. HEX triplet: 5A, B0 and CE. RGB value is (90,176,206). Sum of RGB (Red+Green+Blue) = 90+176+206=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0CE is #A54F31. Grayscale: #999999. Windows color (decimal): -10833714 or 13545562. OLE color: 13545562.

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

Color convert

RGB 90 176 206 -
CMYK 0.56 0.15 0 0.19
HSL 195.52º 0.54% 0.58% -
HSV(B) 195.52º 0.56% 0.81% -
XYZ 30.88 37.68 64.04 -
YUV 153.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 90 176 206 0.56 0.15 0 0.19 195.52 0.54 0.58
Hex 5A B0 CE 38 F 0 13 C4 36 3A
Octal 132 260 316 70 17 0 23 304 66 72
Binary 1011010 10110000 11001110 111000 1111 0 10011 11000100 110110 111010

Color Harmonies of #5AB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB0CE

Black with #5AB0CE

Text Example


Text Example

White with #5AB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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