#5BB8C0

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

Shades of Viking #5BB8C0

Tints of Viking #5BB8C0

Color information

#5BB8C0 (or 0x5BB8C0) is unknown color: approx Viking. HEX triplet: 5B, B8 and C0. RGB value is (91,184,192). Sum of RGB (Red+Green+Blue) = 91+184+192=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #5BB8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB8C0 is #A4473F. Grayscale: #9C9C9C. Windows color (decimal): -10766144 or 12630107. OLE color: 12630107.

HSL color Cylindrical-coordinate representation of color #5BB8C0: hue angle of 184.75º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BB8C0 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91184192-
CMYK0.530.0400.25
HSL184.75º44.49%55.49%-
HSV(B)184.75º52.6%75.29%-
XYZ30.9740.3156.02-
YUV157.1147.6980.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.49%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=19.49%
G=39.40%
B=41.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911841920.530.0400.25184.7544.4955.49
Hex5BB8C0354019b92c37
Octal1332703006540312715467
Binary1011011101110001100000011010110001100110111001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,184,192); }

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

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

 a { background-color: rgb(91,184,192); }

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

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

 span { border-color: rgb(91,184,192); }

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