#5DBACE

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

Shades of Viking #5DBACE

Tints of Viking #5DBACE

Color information

#5DBACE (or 0x5DBACE) is unknown color: approx Viking. HEX triplet: 5D, BA and CE. RGB value is (93,186,206). Sum of RGB (Red+Green+Blue) = 93+186+206=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBACE is #A24531. Grayscale: #A0A0A0. Windows color (decimal): -10634546 or 13548125. OLE color: 13548125.

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

Color convert

RGB93186206-
CMYK0.550.1000.19
HSL190.62º53.55%58.63%-
HSV(B)190.62º54.85%80.78%-
XYZ33.2141.964.73-
YUV160.47153.6979.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.18%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=19.18%
G=38.35%
B=42.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931862060.550.1000.19190.6253.5558.63
Hex5DBACE37A013bf363b
Octal13527231667120232776673
Binary10111011011101011001110110111101001001110111111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,206); }

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

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

 a { background-color: rgb(93,186,206); }

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

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

 span { border-color: rgb(93,186,206); }

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