Html Css Color HEX #5AB6CE Viking

📋 copy color: '#5AB6CE'

red 90 ◦ green 182 ◦ blue 206

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

Shades of Viking #5AB6CE

Tints of Viking #5AB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

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

R = 18.83%
G = 38.08%
B = 43.1%

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

#5AB6CE (or 0x5AB6CE) is known color: Viking. HEX triplet: 5A, B6 and CE. RGB value is (90,182,206). Sum of RGB (Red+Green+Blue) = 90+182+206=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AB6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB6CE is #A54931. Grayscale: #9D9D9D. Windows color (decimal): -10832178 or 13547098. OLE color: 13547098.

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

Color convert

RGB 90 182 206 -
CMYK 0.56 0.12 0 0.19
HSL 192.41º 0.54% 0.58% -
HSV(B) 192.41º 0.56% 0.81% -
XYZ 32.08 40.09 64.44 -
YUV 157.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 90 182 206 0.56 0.12 0 0.19 192.41 0.54 0.58
Hex 5A B6 CE 38 C 0 13 C0 36 3A
Octal 132 266 316 70 14 0 23 300 66 72
Binary 1011010 10110110 11001110 111000 1100 0 10011 11000000 110110 111010

Color Harmonies of #5AB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB6CE

Black with #5AB6CE

Text Example


Text Example

White with #5AB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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