Html Css Color HEX #5AB1BE Viking

📋 copy color: '#5AB1BE'

red 90 ◦ green 177 ◦ blue 190

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

Shades of Viking #5AB1BE

Tints of Viking #5AB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.73%

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

R = 19.69%
G = 38.73%
B = 41.58%

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

#5AB1BE (or 0x5AB1BE) is known color: Viking. HEX triplet: 5A, B1 and BE. RGB value is (90,177,190). Sum of RGB (Red+Green+Blue) = 90+177+190=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1BE is #A54E41. Grayscale: #989898. Windows color (decimal): -10833474 or 12497242. OLE color: 12497242.

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

Color convert

RGB 90 177 190 -
CMYK 0.53 0.07 0 0.25
HSL 187.8º 0.43% 0.55% -
HSV(B) 187.8º 0.53% 0.75% -
XYZ 29.23 37.34 54.38 -
YUV 152.47 149.18 83.44 -
System Red Green Blue C M Y K H S L
Decimal 90 177 190 0.53 0.07 0 0.25 187.8 0.43 0.55
Hex 5A B1 BE 35 7 0 19 BC 2B 37
Octal 132 261 276 65 7 0 31 274 53 67
Binary 1011010 10110001 10111110 110101 111 0 11001 10111100 101011 110111

Color Harmonies of #5AB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB1BE

Black with #5AB1BE

Text Example


Text Example

White with #5AB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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