#5AB0BF

Color #5AB0BF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5AB0BF

Tints of Viking #5AB0BF

Color information

#5AB0BF (or 0x5AB0BF) is unknown color: approx Viking. HEX triplet: 5A, B0 and BF. RGB value is (90,176,191). Sum of RGB (Red+Green+Blue) = 90+176+191=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #5AB0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0BF is #A54F40. Grayscale: #979797. Windows color (decimal): -10833729 or 12562522. OLE color: 12562522.

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

Color convert

RGB90176191-
CMYK0.530.0800.25
HSL188.91º44.1%55.1%-
HSV(B)188.91º52.88%74.9%-
XYZ29.1536.9954.89-
YUV152150.0183.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.69%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 191 (75% from 255) = 41.79%
R=19.69%
G=38.51%
B=41.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901761910.530.0800.25188.9144.155.1
Hex5AB0BF358019bd2c37
Octal13226027765100312755467
Binary10110101011000010111111110101100001100110111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AB0BF;
 }
 .AnyTagClassName
 {
   color: #5AB0BF;
 }
</style>
background-color css

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

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

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

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

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

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