Html Css Color HEX #5A8BCC Danube

📋 copy color: '#5A8BCC'

red 90 ◦ green 139 ◦ blue 204

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

Shades of Danube #5A8BCC

Tints of Danube #5A8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.1%

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

R = 20.79%
G = 32.1%
B = 47.11%

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

#5A8BCC (or 0x5A8BCC) is known color: Danube. HEX triplet: 5A, 8B and CC. RGB value is (90,139,204). Sum of RGB (Red+Green+Blue) = 90+139+204=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BCC is #A57433. Grayscale: #838383. Windows color (decimal): -10843188 or 13405018. OLE color: 13405018.

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

Color convert

RGB 90 139 204 -
CMYK 0.56 0.32 0 0.2
HSL 214.21º 0.53% 0.58% -
HSV(B) 214.21º 0.56% 0.8% -
XYZ 24.35 25 60.67 -
YUV 131.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 90 139 204 0.56 0.32 0 0.2 214.21 0.53 0.58
Hex 5A 8B CC 38 20 0 14 D6 35 3A
Octal 132 213 314 70 40 0 24 326 65 72
Binary 1011010 10001011 11001100 111000 100000 0 10100 11010110 110101 111010

Color Harmonies of #5A8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8BCC

Black with #5A8BCC

Text Example


Text Example

White with #5A8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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