Html Css Color HEX #5D8CCA Danube

📋 copy color: '#5D8CCA'

red 93 ◦ green 140 ◦ blue 202

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

Shades of Danube #5D8CCA

Tints of Danube #5D8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.18%

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 21.38%
G = 32.18%
B = 46.44%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D8CCA (or 0x5D8CCA) is known color: Danube. HEX triplet: 5D, 8C and CA. RGB value is (93,140,202). Sum of RGB (Red+Green+Blue) = 93+140+202=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8CCA is #A27335. Grayscale: #848484. Windows color (decimal): -10646326 or 13274205. OLE color: 13274205.

HSL color Cylindrical-coordinate representation of color #5D8CCA: hue angle of 214.13º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D8CCA is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 140 202 -
CMYK 0.54 0.31 0 0.21
HSL 214.13º 0.51% 0.58% -
HSV(B) 214.13º 0.54% 0.79% -
XYZ 24.55 25.35 59.48 -
YUV 133.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 93 140 202 0.54 0.31 0 0.21 214.13 0.51 0.58
Hex 5D 8C CA 36 1F 0 15 D6 33 3A
Octal 135 214 312 66 37 0 25 326 63 72
Binary 1011101 10001100 11001010 110110 11111 0 10101 11010110 110011 111010

Color Harmonies of #5D8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8CCA

Black with #5D8CCA

Text Example


Text Example

White with #5D8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,140,202); }

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

background-color css

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

 a { background-color: rgb(93,140,202); }

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

border-color css

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

 span { border-color: rgb(93,140,202); }

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