#5BB5C0

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

Shades of Viking #5BB5C0

Tints of Viking #5BB5C0

Color information

#5BB5C0 (or 0x5BB5C0) is unknown color: approx Viking. HEX triplet: 5B, B5 and C0. RGB value is (91,181,192). Sum of RGB (Red+Green+Blue) = 91+181+192=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #5BB5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB5C0 is #A44A3F. Grayscale: #9B9B9B. Windows color (decimal): -10766912 or 12629339. OLE color: 12629339.

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

Color convert

RGB91181192-
CMYK0.530.0600.25
HSL186.53º44.49%55.49%-
HSV(B)186.53º52.6%75.29%-
XYZ30.3539.0855.81-
YUV155.34148.6882.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.61%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=19.61%
G=39.01%
B=41.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911811920.530.0600.25186.5344.4955.49
Hex5BB5C0356019bb2c37
Octal1332653006560312735467
Binary1011011101101011100000011010111001100110111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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