#5BBBCC

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

Shades of Viking #5BBBCC

Tints of Viking #5BBBCC

Color information

#5BBBCC (or 0x5BBBCC) is unknown color: approx Viking. HEX triplet: 5B, BB and CC. RGB value is (91,187,204). Sum of RGB (Red+Green+Blue) = 91+187+204=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBBCC is #A44433. Grayscale: #A0A0A0. Windows color (decimal): -10765364 or 13417307. OLE color: 13417307.

HSL color Cylindrical-coordinate representation of color #5BBBCC: hue angle of 189.03º 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 #5BBBCC is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91187204-
CMYK0.550.0800.2
HSL189.03º52.56%57.84%-
HSV(B)189.03º55.39%80%-
XYZ32.9842.1263.52-
YUV160.23152.778.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.88%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=18.88%
G=38.80%
B=42.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911872040.550.0800.2189.0352.5657.84
Hex5BBBCC378014bd353a
Octal13327331467100242756572
Binary10110111011101111001100110111100001010010111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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