Html Css Color HEX #5D89CB Danube

📋 copy color: '#5D89CB'

red 93 ◦ green 137 ◦ blue 203

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

Shades of Danube #5D89CB

Tints of Danube #5D89CB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 21.48%
G = 31.64%
B = 46.88%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D89CB (or 0x5D89CB) is known color: Danube. HEX triplet: 5D, 89 and CB. RGB value is (93,137,203). Sum of RGB (Red+Green+Blue) = 93+137+203=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D89CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D89CB is #A27634. Grayscale: #838383. Windows color (decimal): -10647093 or 13338973. OLE color: 13338973.

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

Color convert

RGB 93 137 203 -
CMYK 0.54 0.33 0 0.20
HSL 216º 0.51% 0.58% -
HSV(B) 216º 0.54% 0.8% -
XYZ 24.24 24.53 59.96 -
YUV 131.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 93 137 203 0.54 0.33 0 0.20 216 0.51 0.58
Hex 5D 89 CB 36 21 0 14 D8 33 3A
Octal 135 211 313 66 41 0 24 330 63 72
Binary 1011101 10001001 11001011 110110 100001 0 10100 11011000 110011 111010

Color Harmonies of #5D89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D89CB

Black with #5D89CB

Text Example


Text Example

White with #5D89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,203); }

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

background-color css

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

 a { background-color: rgb(93,137,203); }

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

border-color css

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

 span { border-color: rgb(93,137,203); }

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