#5BBAC8

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

Shades of Viking #5BBAC8

Tints of Viking #5BBAC8

Color information

#5BBAC8 (or 0x5BBAC8) is unknown color: approx Viking. HEX triplet: 5B, BA and C8. RGB value is (91,186,200). Sum of RGB (Red+Green+Blue) = 91+186+200=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #5BBAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBAC8 is #A44537. Grayscale: #9F9F9F. Windows color (decimal): -10765624 or 13154907. OLE color: 13154907.

HSL color Cylindrical-coordinate representation of color #5BBAC8: hue angle of 187.71º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BBAC8 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB91186200-
CMYK0.540.0700.22
HSL187.71º49.77%57.06%-
HSV(B)187.71º54.5%78.43%-
XYZ32.341.5160.95-
YUV159.19151.0379.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.08%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=19.08%
G=38.99%
B=41.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal911862000.540.0700.22187.7149.7757.06
Hex5BBAC8367016bc3239
Octal1332723106670262746271
Binary1011011101110101100100011011011101011010111100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,186,200); }

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

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

 a { background-color: rgb(91,186,200); }

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

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

 span { border-color: rgb(91,186,200); }

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