#5bb6cf

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

Shades of Viking #5BB6CF

Tints of Viking #5BB6CF

Color information

#5BB6CF (or 0x5BB6CF) is unknown color: approx Viking. HEX triplet: 5B, B6 and CF. RGB value is (91,182,207). Sum of RGB (Red+Green+Blue) = 91+182+207=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BB6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB6CF is #A44930. Grayscale: #9D9D9D. Windows color (decimal): -10766641 or 13612635. OLE color: 13612635.

HSL color Cylindrical-coordinate representation of color #5BB6CF: hue angle of 192.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BB6CF is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB91182207-
CMYK0.560.1200.19
HSL192.93º54.72%58.43%-
HSV(B)192.93º56.04%81.18%-
XYZ32.340.1965.09-
YUV157.64155.8580.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=18.96%
G=37.92%
B=43.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal911822070.560.1200.19192.9354.7258.43
Hex5BB6CF38C013c1373a
Octal13326631770140233016772
Binary10110111011011011001111111000110001001111000001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bb6cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,182,207); }

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

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

 a { background-color: rgb(91,182,207); }

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

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

 span { border-color: rgb(91,182,207); }

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