Html Css Color HEX #5AB0BE Viking

📋 copy color: '#5AB0BE'

red 90 ◦ green 176 ◦ blue 190

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

Shades of Viking #5AB0BE

Tints of Viking #5AB0BE

RGB

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

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

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

R = 19.74%
G = 38.6%
B = 41.67%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5AB0BE (or 0x5AB0BE) is known color: Viking. HEX triplet: 5A, B0 and BE. RGB value is (90,176,190). Sum of RGB (Red+Green+Blue) = 90+176+190=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0BE is #A54F41. Grayscale: #979797. Windows color (decimal): -10833730 or 12496986. OLE color: 12496986.

HSL color Cylindrical-coordinate representation of color #5AB0BE: hue angle of 188.4º 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 #5AB0BE is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 176 190 -
CMYK 0.53 0.07 0 0.25
HSL 188.4º 0.43% 0.55% -
HSV(B) 188.4º 0.53% 0.75% -
XYZ 29.04 36.94 54.32 -
YUV 151.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 90 176 190 0.53 0.07 0 0.25 188.4 0.43 0.55
Hex 5A B0 BE 35 7 0 19 BC 2B 37
Octal 132 260 276 65 7 0 31 274 53 67
Binary 1011010 10110000 10111110 110101 111 0 11001 10111100 101011 110111

Color Harmonies of #5AB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB0BE

Black with #5AB0BE

Text Example


Text Example

White with #5AB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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