Html Css Color HEX #5D7584 Blue Bayoux

📋 copy color: '#5D7584'

red 93 ◦ green 117 ◦ blue 132

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

Shades of Blue Bayoux #5D7584

Tints of Blue Bayoux #5D7584

RGB

 RED value IS 93 (36.72% from 255) = 27.19%

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 132 (51.95% from 255) = 38.6%

R = 27.19%
G = 34.21%
B = 38.6%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5D7584 (or 0x5D7584) is known color: Blue Bayoux. HEX triplet: 5D, 75 and 84. RGB value is (93,117,132). Sum of RGB (Red+Green+Blue) = 93+117+132=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D7584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7584 is #A28A7B. Grayscale: #6F6F6F. Windows color (decimal): -10652284 or 8680797. OLE color: 8680797.

HSL color Cylindrical-coordinate representation of color #5D7584: hue angle of 203.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D7584 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 117 132 -
CMYK 0.30 0.11 0 0.48
HSL 203.08º 0.17% 0.44% -
HSV(B) 203.08º 0.3% 0.52% -
XYZ 15.04 16.72 24.26 -
YUV 111.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 93 117 132 0.30 0.11 0 0.48 203.08 0.17 0.44
Hex 5D 75 84 1E B 0 30 CB 11 2C
Octal 135 165 204 36 13 0 60 313 21 54
Binary 1011101 1110101 10000100 11110 1011 0 110000 11001011 10001 101100

Color Harmonies of #5D7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7584

Black with #5D7584

Text Example


Text Example

White with #5D7584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,117,132); }

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

background-color css

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

 a { background-color: rgb(93,117,132); }

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

border-color css

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

 span { border-color: rgb(93,117,132); }

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