Html Css Color HEX #5A8ACC Danube

📋 copy color: '#5A8ACC'

red 90 ◦ green 138 ◦ blue 204

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

Shades of Danube #5A8ACC

Tints of Danube #5A8ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 20.83%
G = 31.94%
B = 47.22%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A8ACC (or 0x5A8ACC) is known color: Danube. HEX triplet: 5A, 8A and CC. RGB value is (90,138,204). Sum of RGB (Red+Green+Blue) = 90+138+204=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A8ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8ACC is #A57533. Grayscale: #828282. Windows color (decimal): -10843444 or 13404762. OLE color: 13404762.

HSL color Cylindrical-coordinate representation of color #5A8ACC: hue angle of 214.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A8ACC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 138 204 -
CMYK 0.56 0.32 0 0.2
HSL 214.74º 0.53% 0.58% -
HSV(B) 214.74º 0.56% 0.8% -
XYZ 24.2 24.71 60.62 -
YUV 131.17 169.1 98.63 -
System Red Green Blue C M Y K H S L
Decimal 90 138 204 0.56 0.32 0 0.2 214.74 0.53 0.58
Hex 5A 8A CC 38 20 0 14 D7 35 3A
Octal 132 212 314 70 40 0 24 327 65 72
Binary 1011010 10001010 11001100 111000 100000 0 10100 11010111 110101 111010

Color Harmonies of #5A8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8ACC

Black with #5A8ACC

Text Example


Text Example

White with #5A8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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