#5BBBCA

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

Shades of Viking #5BBBCA

Tints of Viking #5BBBCA

Color information

#5BBBCA (or 0x5BBBCA) is unknown color: approx Viking. HEX triplet: 5B, BB and CA. RGB value is (91,187,202). Sum of RGB (Red+Green+Blue) = 91+187+202=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BBBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBBCA is #A44435. Grayscale: #9F9F9F. Windows color (decimal): -10765366 or 13286235. OLE color: 13286235.

HSL color Cylindrical-coordinate representation of color #5BBBCA: hue angle of 188.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BBBCA is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB91187202-
CMYK0.550.0700.21
HSL188.11º51.15%57.45%-
HSV(B)188.11º54.95%79.22%-
XYZ32.7542.0362.26-
YUV160.01151.778.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=18.96%
G=38.96%
B=42.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal911872020.550.0700.21188.1151.1557.45
Hex5BBBCA377015bc3339
Octal1332733126770252746371
Binary1011011101110111100101011011111101010110111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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