#5BB1CC

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

Shades of Viking #5BB1CC

Tints of Viking #5BB1CC

Color information

#5BB1CC (or 0x5BB1CC) is unknown color: approx Viking. HEX triplet: 5B, B1 and CC. RGB value is (91,177,204). Sum of RGB (Red+Green+Blue) = 91+177+204=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BB1CC is #A44E33. Grayscale: #9A9A9A. Windows color (decimal): -10767924 or 13414747. OLE color: 13414747.

HSL color Cylindrical-coordinate representation of color #5BB1CC: hue angle of 194.34º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BB1CC is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91177204-
CMYK0.550.1300.2
HSL194.34º52.56%57.84%-
HSV(B)194.34º55.39%80%-
XYZ30.9438.0362.84-
YUV154.36156.0182.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.28%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=19.28%
G=37.5%
B=43.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911772040.550.1300.2194.3452.5657.84
Hex5BB1CC37D014c2353a
Octal13326131467150243026572
Binary10110111011000111001100110111110101010011000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,177,204); }

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

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

 a { background-color: rgb(91,177,204); }

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

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

 span { border-color: rgb(91,177,204); }

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