Html Css Color HEX #5F8DCC Danube

📋 copy color: '#5F8DCC'

red 95 ◦ green 141 ◦ blue 204

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

Shades of Danube #5F8DCC

Tints of Danube #5F8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.05%

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

R = 21.59%
G = 32.05%
B = 46.36%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F8DCC (or 0x5F8DCC) is known color: Danube. HEX triplet: 5F, 8D and CC. RGB value is (95,141,204). Sum of RGB (Red+Green+Blue) = 95+141+204=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F8DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8DCC is #A07233. Grayscale: #868686. Windows color (decimal): -10514996 or 13405535. OLE color: 13405535.

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

Color convert

RGB 95 141 204 -
CMYK 0.53 0.31 0 0.2
HSL 214.68º 0.52% 0.59% -
HSV(B) 214.68º 0.53% 0.8% -
XYZ 25.14 25.84 60.79 -
YUV 134.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 95 141 204 0.53 0.31 0 0.2 214.68 0.52 0.59
Hex 5F 8D CC 35 1F 0 14 D7 34 3B
Octal 137 215 314 65 37 0 24 327 64 73
Binary 1011111 10001101 11001100 110101 11111 0 10100 11010111 110100 111011

Color Harmonies of #5F8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8DCC

Black with #5F8DCC

Text Example


Text Example

White with #5F8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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