Html Css Color HEX #5DB2CD Viking

📋 copy color: '#5DB2CD'

red 93 ◦ green 178 ◦ blue 205

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

Shades of Viking #5DB2CD

Tints of Viking #5DB2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.39%

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

R = 19.54%
G = 37.39%
B = 43.07%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5DB2CD (or 0x5DB2CD) is known color: Viking. HEX triplet: 5D, B2 and CD. RGB value is (93,178,205). Sum of RGB (Red+Green+Blue) = 93+178+205=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DB2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB2CD is #A24D32. Grayscale: #9B9B9B. Windows color (decimal): -10636595 or 13480541. OLE color: 13480541.

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

Color convert

RGB 93 178 205 -
CMYK 0.55 0.13 0 0.20
HSL 194.46º 0.53% 0.58% -
HSV(B) 194.46º 0.55% 0.8% -
XYZ 31.45 38.58 63.55 -
YUV 155.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 93 178 205 0.55 0.13 0 0.20 194.46 0.53 0.58
Hex 5D B2 CD 37 D 0 14 C2 35 3A
Octal 135 262 315 67 15 0 24 302 65 72
Binary 1011101 10110010 11001101 110111 1101 0 10100 11000010 110101 111010

Color Harmonies of #5DB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB2CD

Black with #5DB2CD

Text Example


Text Example

White with #5DB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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