#5DBED2

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

Shades of Viking #5DBED2

Tints of Viking #5DBED2

Color information

#5DBED2 (or 0x5DBED2) is unknown color: approx Viking. HEX triplet: 5D, BE and D2. RGB value is (93,190,210). Sum of RGB (Red+Green+Blue) = 93+190+210=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #5DBED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBED2 is #A2412D. Grayscale: #A3A3A3. Windows color (decimal): -10633518 or 13811293. OLE color: 13811293.

HSL color Cylindrical-coordinate representation of color #5DBED2: hue angle of 190.26º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBED2 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB93190210-
CMYK0.560.1000.18
HSL190.26º56.52%59.41%-
HSV(B)190.26º55.71%82.35%-
XYZ34.5643.8167.61-
YUV163.28154.3677.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.86%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 210 (82.42% from 255) = 42.60%
R=18.86%
G=38.54%
B=42.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal931902100.560.1000.18190.2656.5259.41
Hex5DBED238A012be393b
Octal13527632270120222767173
Binary10111011011111011010010111000101001001010111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,190,210); }

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

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

 a { background-color: rgb(93,190,210); }

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

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

 span { border-color: rgb(93,190,210); }

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