#5BAFC0

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

Shades of Viking #5BAFC0

Tints of Viking #5BAFC0

Color information

#5BAFC0 (or 0x5BAFC0) is unknown color: approx Viking. HEX triplet: 5B, AF and C0. RGB value is (91,175,192). Sum of RGB (Red+Green+Blue) = 91+175+192=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #5BAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFC0 is #A4503F. Grayscale: #979797. Windows color (decimal): -10768448 or 12627803. OLE color: 12627803.

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

Color convert

RGB91175192-
CMYK0.530.0900.25
HSL190.1º44.49%55.49%-
HSV(B)190.1º52.6%75.29%-
XYZ29.1636.6955.41-
YUV151.82150.6784.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.87%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 192 (75.39% from 255) = 41.92%
R=19.87%
G=38.21%
B=41.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911751920.530.0900.25190.144.4955.49
Hex5BAFC0359019be2c37
Octal13325730065110312765467
Binary10110111010111111000000110101100101100110111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,175,192); }

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

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

 a { background-color: rgb(91,175,192); }

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

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

 span { border-color: rgb(91,175,192); }

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