Html Css Color HEX #5A8ACA Danube

📋 copy color: '#5A8ACA'

red 90 ◦ green 138 ◦ blue 202

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

Shades of Danube #5A8ACA

Tints of Danube #5A8ACA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

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

R = 20.93%
G = 32.09%
B = 46.98%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A8ACA (or 0x5A8ACA) is known color: Danube. HEX triplet: 5A, 8A and CA. RGB value is (90,138,202). Sum of RGB (Red+Green+Blue) = 90+138+202=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A8ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8ACA is #A57535. Grayscale: #828282. Windows color (decimal): -10843446 or 13273690. OLE color: 13273690.

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

Color convert

RGB 90 138 202 -
CMYK 0.55 0.32 0 0.21
HSL 214.29º 0.51% 0.57% -
HSV(B) 214.29º 0.55% 0.79% -
XYZ 23.97 24.61 59.37 -
YUV 130.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 90 138 202 0.55 0.32 0 0.21 214.29 0.51 0.57
Hex 5A 8A CA 37 20 0 15 D6 33 39
Octal 132 212 312 67 40 0 25 326 63 71
Binary 1011010 10001010 11001010 110111 100000 0 10101 11010110 110011 111001

Color Harmonies of #5A8ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8ACA

Black with #5A8ACA

Text Example


Text Example

White with #5A8ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,138,202); }

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

background-color css

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

 a { background-color: rgb(90,138,202); }

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

border-color css

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

 span { border-color: rgb(90,138,202); }

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