#5DBACC

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

Shades of Viking #5DBACC

Tints of Viking #5DBACC

Color information

#5DBACC (or 0x5DBACC) is unknown color: approx Viking. HEX triplet: 5D, BA and CC. RGB value is (93,186,204). Sum of RGB (Red+Green+Blue) = 93+186+204=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 186 (73.05% from 255 or 38.51% 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 #5DBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBACC is #A24533. Grayscale: #A0A0A0. Windows color (decimal): -10634548 or 13417053. OLE color: 13417053.

HSL color Cylindrical-coordinate representation of color #5DBACC: hue angle of 189.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBACC is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB93186204-
CMYK0.540.0900.2
HSL189.73º52.11%58.24%-
HSV(B)189.73º54.41%80%-
XYZ32.9741.863.46-
YUV160.24152.6980.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.25%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=19.25%
G=38.51%
B=42.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal931862040.540.0900.2189.7352.1158.24
Hex5DBACC369014be343a
Octal13527231466110242766472
Binary10111011011101011001100110110100101010010111110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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