#5DADCA

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

Shades of Viking #5DADCA

Tints of Viking #5DADCA

Color information

#5DADCA (or 0x5DADCA) is unknown color: approx Viking. HEX triplet: 5D, AD and CA. RGB value is (93,173,202). Sum of RGB (Red+Green+Blue) = 93+173+202=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #5DADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADCA is #A25235. Grayscale: #989898. Windows color (decimal): -10637878 or 13282653. OLE color: 13282653.

HSL color Cylindrical-coordinate representation of color #5DADCA: hue angle of 195.96º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DADCA is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB93173202-
CMYK0.540.1400.21
HSL195.96º50.7%57.84%-
HSV(B)195.96º53.96%79.22%-
XYZ30.1236.4861.33-
YUV152.3915685.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.87%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=19.87%
G=36.97%
B=43.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal931732020.540.1400.21195.9650.757.84
Hex5DADCA36E015c4333a
Octal13525531266160253046372
Binary10111011010110111001010110110111001010111000100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,202); }

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

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

 a { background-color: rgb(93,173,202); }

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

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

 span { border-color: rgb(93,173,202); }

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