Html Css Color HEX #5DB0D0 Viking

📋 copy color: '#5DB0D0'

red 93 ◦ green 176 ◦ blue 208

#5DB0D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #5DB0D0

Tints of Viking #5DB0D0

RGB

 RED value IS 93 (36.72% from 255) = 19.5%

 GREEN value IS 176 (69.14% from 255) = 36.9%

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 19.5%
G = 36.9%
B = 43.61%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5DB0D0 (or 0x5DB0D0) is known color: Viking. HEX triplet: 5D, B0 and D0. RGB value is (93,176,208). Sum of RGB (Red+Green+Blue) = 93+176+208=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #5DB0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0D0 is #A24F2F. Grayscale: #9A9A9A. Windows color (decimal): -10637104 or 13676637. OLE color: 13676637.

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

Color convert

RGB 93 176 208 -
CMYK 0.55 0.15 0 0.18
HSL 196.7º 0.55% 0.59% -
HSV(B) 196.7º 0.55% 0.82% -
XYZ 31.42 37.93 65.34 -
YUV 154.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 93 176 208 0.55 0.15 0 0.18 196.7 0.55 0.59
Hex 5D B0 D0 37 F 0 12 C5 37 3B
Octal 135 260 320 67 17 0 22 305 67 73
Binary 1011101 10110000 11010000 110111 1111 0 10010 11000101 110111 111011

Color Harmonies of #5DB0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB0D0

Black with #5DB0D0

Text Example


Text Example

White with #5DB0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,176,208); }

 H1.HeaderClassName
 {
   color: #5DB0D0;
 }
 .AnyTagClassName
 {
   color: #5DB0D0;
 }
</style>

background-color css

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

 a { background-color: rgb(93,176,208); }

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

border-color css

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

 span { border-color: rgb(93,176,208); }

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