#5BAFCE

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

Shades of Viking #5BAFCE

Tints of Viking #5BAFCE

Color information

#5BAFCE (or 0x5BAFCE) is unknown color: approx Viking. HEX triplet: 5B, AF and CE. RGB value is (91,175,206). Sum of RGB (Red+Green+Blue) = 91+175+206=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFCE is #A45031. Grayscale: #999999. Windows color (decimal): -10768434 or 13545307. OLE color: 13545307.

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

Color convert

RGB91175206-
CMYK0.560.1500.19
HSL196.17º53.99%58.24%-
HSV(B)196.17º55.83%80.78%-
XYZ30.7837.3463.98-
YUV153.42157.6783.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.28%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=19.28%
G=37.08%
B=43.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal911752060.560.1500.19196.1753.9958.24
Hex5BAFCE38F013c4363a
Octal13325731670170233046672
Binary10110111010111111001110111000111101001111000100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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