Html Css Color HEX #5A89CB Danube

📋 copy color: '#5A89CB'

red 90 ◦ green 137 ◦ blue 203

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

Shades of Danube #5A89CB

Tints of Danube #5A89CB

RGB

 RED value IS 90 (35.55% from 255) = 20.93%

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

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

R = 20.93%
G = 31.86%
B = 47.21%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A89CB (or 0x5A89CB) is known color: Danube. HEX triplet: 5A, 89 and CB. RGB value is (90,137,203). Sum of RGB (Red+Green+Blue) = 90+137+203=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A89CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A89CB is #A57634. Grayscale: #828282. Windows color (decimal): -10843701 or 13338970. OLE color: 13338970.

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

Color convert

RGB 90 137 203 -
CMYK 0.56 0.33 0 0.20
HSL 215.04º 0.52% 0.57% -
HSV(B) 215.04º 0.56% 0.8% -
XYZ 23.94 24.38 59.94 -
YUV 130.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 90 137 203 0.56 0.33 0 0.20 215.04 0.52 0.57
Hex 5A 89 CB 38 21 0 14 D7 34 39
Octal 132 211 313 70 41 0 24 327 64 71
Binary 1011010 10001001 11001011 111000 100001 0 10100 11010111 110100 111001

Color Harmonies of #5A89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A89CB

Black with #5A89CB

Text Example


Text Example

White with #5A89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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