Html Css Color HEX #5A8CCC Danube

📋 copy color: '#5A8CCC'

red 90 ◦ green 140 ◦ blue 204

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

Shades of Danube #5A8CCC

Tints of Danube #5A8CCC

RGB

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

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

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

R = 20.74%
G = 32.26%
B = 47%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A8CCC (or 0x5A8CCC) is known color: Danube. HEX triplet: 5A, 8C and CC. RGB value is (90,140,204). Sum of RGB (Red+Green+Blue) = 90+140+204=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A8CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CCC is #A57333. Grayscale: #848484. Windows color (decimal): -10842932 or 13405274. OLE color: 13405274.

HSL color Cylindrical-coordinate representation of color #5A8CCC: hue angle of 213.68º 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 #5A8CCC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 140 204 -
CMYK 0.56 0.31 0 0.2
HSL 213.68º 0.53% 0.58% -
HSV(B) 213.68º 0.56% 0.8% -
XYZ 24.49 25.29 60.72 -
YUV 132.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 90 140 204 0.56 0.31 0 0.2 213.68 0.53 0.58
Hex 5A 8C CC 38 1F 0 14 D6 35 3A
Octal 132 214 314 70 37 0 24 326 65 72
Binary 1011010 10001100 11001100 111000 11111 0 10100 11010110 110101 111010

Color Harmonies of #5A8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8CCC

Black with #5A8CCC

Text Example


Text Example

White with #5A8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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