#5BBCCC

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

Shades of Viking #5BBCCC

Tints of Viking #5BBCCC

Color information

#5BBCCC (or 0x5BBCCC) is unknown color: approx Viking. HEX triplet: 5B, BC and CC. RGB value is (91,188,204). Sum of RGB (Red+Green+Blue) = 91+188+204=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCCC is #A44333. Grayscale: #A0A0A0. Windows color (decimal): -10765108 or 13417563. OLE color: 13417563.

HSL color Cylindrical-coordinate representation of color #5BBCCC: hue angle of 188.5º degrees, saturation: 0.53, 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 #5BBCCC is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91188204-
CMYK0.550.0800.2
HSL188.5º52.56%57.84%-
HSV(B)188.5º55.39%80%-
XYZ33.242.5563.59-
YUV160.82152.3678.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.84%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=18.84%
G=38.92%
B=42.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911882040.550.0800.2188.552.5657.84
Hex5BBCCC378014bc353a
Octal13327431467100242746572
Binary10110111011110011001100110111100001010010111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,188,204); }

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

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

 a { background-color: rgb(91,188,204); }

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

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

 span { border-color: rgb(91,188,204); }

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