#5DBDCC

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

Shades of Viking #5DBDCC

Tints of Viking #5DBDCC

Color information

#5DBDCC (or 0x5DBDCC) is unknown color: approx Viking. HEX triplet: 5D, BD and CC. RGB value is (93,189,204). Sum of RGB (Red+Green+Blue) = 93+189+204=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDCC is #A24233. Grayscale: #A1A1A1. Windows color (decimal): -10633780 or 13417821. OLE color: 13417821.

HSL color Cylindrical-coordinate representation of color #5DBDCC: hue angle of 188.11º 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 #5DBDCC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB93189204-
CMYK0.540.0700.2
HSL188.11º52.11%58.24%-
HSV(B)188.11º54.41%80%-
XYZ33.6143.0863.67-
YUV162.01151.778.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.14%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=19.14%
G=38.89%
B=41.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal931892040.540.0700.2188.1152.1158.24
Hex5DBDCC367014bc343a
Octal1352753146670242746472
Binary1011101101111011100110011011011101010010111100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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