Html Css Color HEX #5A8FCE Danube

📋 copy color: '#5A8FCE'

red 90 ◦ green 143 ◦ blue 206

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

Shades of Danube #5A8FCE

Tints of Danube #5A8FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.57%

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 20.5%
G = 32.57%
B = 46.92%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A8FCE (or 0x5A8FCE) is known color: Danube. HEX triplet: 5A, 8F and CE. RGB value is (90,143,206). Sum of RGB (Red+Green+Blue) = 90+143+206=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A8FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8FCE is #A57031. Grayscale: #868686. Windows color (decimal): -10842162 or 13537114. OLE color: 13537114.

HSL color Cylindrical-coordinate representation of color #5A8FCE: hue angle of 212.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A8FCE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 143 206 -
CMYK 0.56 0.31 0 0.19
HSL 212.59º 0.54% 0.58% -
HSV(B) 212.59º 0.56% 0.81% -
XYZ 25.18 26.27 62.14 -
YUV 134.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 90 143 206 0.56 0.31 0 0.19 212.59 0.54 0.58
Hex 5A 8F CE 38 1F 0 13 D5 36 3A
Octal 132 217 316 70 37 0 23 325 66 72
Binary 1011010 10001111 11001110 111000 11111 0 10011 11010101 110110 111010

Color Harmonies of #5A8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8FCE

Black with #5A8FCE

Text Example


Text Example

White with #5A8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,143,206); }

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

background-color css

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

 a { background-color: rgb(90,143,206); }

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

border-color css

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

 span { border-color: rgb(90,143,206); }

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