Html Css Color HEX #5F8ACC Danube

📋 copy color: '#5F8ACC'

red 95 ◦ green 138 ◦ blue 204

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

Shades of Danube #5F8ACC

Tints of Danube #5F8ACC

RGB

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

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

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

R = 21.74%
G = 31.58%
B = 46.68%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F8ACC (or 0x5F8ACC) is known color: Danube. HEX triplet: 5F, 8A and CC. RGB value is (95,138,204). Sum of RGB (Red+Green+Blue) = 95+138+204=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F8ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8ACC is #A07533. Grayscale: #848484. Windows color (decimal): -10515764 or 13404767. OLE color: 13404767.

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

Color convert

RGB 95 138 204 -
CMYK 0.53 0.32 0 0.2
HSL 216.33º 0.52% 0.59% -
HSV(B) 216.33º 0.53% 0.8% -
XYZ 24.71 24.97 60.64 -
YUV 132.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 95 138 204 0.53 0.32 0 0.2 216.33 0.52 0.59
Hex 5F 8A CC 35 20 0 14 D8 34 3B
Octal 137 212 314 65 40 0 24 330 64 73
Binary 1011111 10001010 11001100 110101 100000 0 10100 11011000 110100 111011

Color Harmonies of #5F8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8ACC

Black with #5F8ACC

Text Example


Text Example

White with #5F8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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