Html Css Color HEX #5685B3 Danube

📋 copy color: '#5685B3'

red 86 ◦ green 133 ◦ blue 179

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

Shades of Danube #5685B3

Tints of Danube #5685B3

RGB

 RED value IS 86 (33.98% from 255) = 21.61%

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 179 (70.31% from 255) = 44.97%

R = 21.61%
G = 33.42%
B = 44.97%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5685B3 (or 0x5685B3) is known color: Danube. HEX triplet: 56, 85 and B3. RGB value is (86,133,179). Sum of RGB (Red+Green+Blue) = 86+133+179=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #5685B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685B3 is #A97A4C. Grayscale: #7B7B7B. Windows color (decimal): -11106893 or 11765078. OLE color: 11765078.

HSL color Cylindrical-coordinate representation of color #5685B3: hue angle of 209.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5685B3 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 133 179 -
CMYK 0.52 0.26 0 0.30
HSL 209.68º 0.38% 0.52% -
HSV(B) 209.68º 0.52% 0.7% -
XYZ 20.36 22.01 45.82 -
YUV 124.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 86 133 179 0.52 0.26 0 0.30 209.68 0.38 0.52
Hex 56 85 B3 34 1A 0 1E D2 26 34
Octal 126 205 263 64 32 0 36 322 46 64
Binary 1010110 10000101 10110011 110100 11010 0 11110 11010010 100110 110100

Color Harmonies of #5685B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685B3

Black with #5685B3

Text Example


Text Example

White with #5685B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5685B3; }

 p { color: rgb(86,133,179); }

 H1.HeaderClassName
 {
   color: #5685B3;
 }
 .AnyTagClassName
 {
   color: #5685B3;
 }
</style>

background-color css

<style>
 a { background-color: #5685B3; }

 a { background-color: rgb(86,133,179); }

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

border-color css

<style>
 span { border-color: #5685B3; }

 span { border-color: rgb(86,133,179); }

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