#5DC1CD

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

Shades of Viking #5DC1CD

Tints of Viking #5DC1CD

Color information

#5DC1CD (or 0x5DC1CD) is unknown color: approx Viking. HEX triplet: 5D, C1 and CD. RGB value is (93,193,205). Sum of RGB (Red+Green+Blue) = 93+193+205=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DC1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC1CD is #A23E32. Grayscale: #A4A4A4. Windows color (decimal): -10632755 or 13484381. OLE color: 13484381.

HSL color Cylindrical-coordinate representation of color #5DC1CD: hue angle of 186.43º 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 #5DC1CD is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93193205-
CMYK0.550.0600.20
HSL186.43º52.83%58.43%-
HSV(B)186.43º54.63%80.39%-
XYZ34.644.8764.6-
YUV164.47150.8777.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.94%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=18.94%
G=39.31%
B=41.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931932050.550.0600.20186.4352.8358.43
Hex5DC1CD376014ba353a
Octal1353013156760242726572
Binary1011101110000011100110111011111001010010111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,193,205); }

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

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

 a { background-color: rgb(93,193,205); }

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

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

 span { border-color: rgb(93,193,205); }

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