#5BB4C4

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

Shades of Viking #5BB4C4

Tints of Viking #5BB4C4

Color information

#5BB4C4 (or 0x5BB4C4) is unknown color: approx Viking. HEX triplet: 5B, B4 and C4. RGB value is (91,180,196). Sum of RGB (Red+Green+Blue) = 91+180+196=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #5BB4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB4C4 is #A44B3B. Grayscale: #9B9B9B. Windows color (decimal): -10767164 or 12891227. OLE color: 12891227.

HSL color Cylindrical-coordinate representation of color #5BB4C4: hue angle of 189.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BB4C4 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB91180196-
CMYK0.540.0800.23
HSL189.14º47.09%56.27%-
HSV(B)189.14º53.57%76.86%-
XYZ30.638.8558.11-
YUV155.21151.0182.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.49%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=19.49%
G=38.54%
B=41.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal911801960.540.0800.23189.1447.0956.27
Hex5BB4C4368017bd2f38
Octal13326430466100272755770
Binary10110111011010011000100110110100001011110111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,180,196); }

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

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

 a { background-color: rgb(91,180,196); }

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

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

 span { border-color: rgb(91,180,196); }

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