Html Css Color HEX #5DB9CD Viking

📋 copy color: '#5DB9CD'

red 93 ◦ green 185 ◦ blue 205

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

Shades of Viking #5DB9CD

Tints of Viking #5DB9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 19.25%
G = 38.3%
B = 42.44%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5DB9CD (or 0x5DB9CD) is known color: Viking. HEX triplet: 5D, B9 and CD. RGB value is (93,185,205). Sum of RGB (Red+Green+Blue) = 93+185+205=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DB9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB9CD is #A24632. Grayscale: #9F9F9F. Windows color (decimal): -10634803 or 13482333. OLE color: 13482333.

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

Color convert

RGB 93 185 205 -
CMYK 0.55 0.10 0 0.20
HSL 190.71º 0.53% 0.58% -
HSV(B) 190.71º 0.55% 0.8% -
XYZ 32.88 41.43 64.02 -
YUV 159.77 153.52 80.37 -
System Red Green Blue C M Y K H S L
Decimal 93 185 205 0.55 0.10 0 0.20 190.71 0.53 0.58
Hex 5D B9 CD 37 A 0 14 BF 35 3A
Octal 135 271 315 67 12 0 24 277 65 72
Binary 1011101 10111001 11001101 110111 1010 0 10100 10111111 110101 111010

Color Harmonies of #5DB9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB9CD

Black with #5DB9CD

Text Example


Text Example

White with #5DB9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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