Html Css Color HEX #5F8ACE Danube

📋 copy color: '#5F8ACE'

red 95 ◦ green 138 ◦ blue 206

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

Shades of Danube #5F8ACE

Tints of Danube #5F8ACE

RGB

 RED value IS 95 (37.5% from 255) = 21.64%

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

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

R = 21.64%
G = 31.44%
B = 46.92%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F8ACE (or 0x5F8ACE) is known color: Danube. HEX triplet: 5F, 8A and CE. RGB value is (95,138,206). Sum of RGB (Red+Green+Blue) = 95+138+206=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 138 (54.30% from 255 or 31.44% 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 #5F8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8ACE is #A07531. Grayscale: #848484. Windows color (decimal): -10515762 or 13535839. OLE color: 13535839.

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

Color convert

RGB 95 138 206 -
CMYK 0.54 0.33 0 0.19
HSL 216.76º 0.53% 0.59% -
HSV(B) 216.76º 0.54% 0.81% -
XYZ 24.95 25.07 61.92 -
YUV 132.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 95 138 206 0.54 0.33 0 0.19 216.76 0.53 0.59
Hex 5F 8A CE 36 21 0 13 D9 35 3B
Octal 137 212 316 66 41 0 23 331 65 73
Binary 1011111 10001010 11001110 110110 100001 0 10011 11011001 110101 111011

Color Harmonies of #5F8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8ACE

Black with #5F8ACE

Text Example


Text Example

White with #5F8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,138,206); }

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

background-color css

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

 a { background-color: rgb(95,138,206); }

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

border-color css

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

 span { border-color: rgb(95,138,206); }

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