#5BB9CB

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

Shades of Viking #5BB9CB

Tints of Viking #5BB9CB

Color information

#5BB9CB (or 0x5BB9CB) is unknown color: approx Viking. HEX triplet: 5B, B9 and CB. RGB value is (91,185,203). Sum of RGB (Red+Green+Blue) = 91+185+203=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BB9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB9CB is #A44634. Grayscale: #9E9E9E. Windows color (decimal): -10765877 or 13351259. OLE color: 13351259.

HSL color Cylindrical-coordinate representation of color #5BB9CB: hue angle of 189.64º degrees, saturation: 0.52, 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 #5BB9CB is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB91185203-
CMYK0.550.0900.20
HSL189.64º51.85%57.65%-
HSV(B)189.64º55.17%79.61%-
XYZ32.4441.2362.75-
YUV158.95152.8679.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.00%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=19.00%
G=38.62%
B=42.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911852030.550.0900.20189.6451.8557.65
Hex5BB9CB379014be343a
Octal13327131367110242766472
Binary10110111011100111001011110111100101010010111110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,185,203); }

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

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

 a { background-color: rgb(91,185,203); }

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

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

 span { border-color: rgb(91,185,203); }

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