#5D7A7D

Color #5D7A7D Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #5D7A7D

Tints of Blue Bayoux #5D7A7D

Color information

#5D7A7D (or 0x5D7A7D) is unknown color: approx Blue Bayoux. HEX triplet: 5D, 7A and 7D. RGB value is (93,122,125). Sum of RGB (Red+Green+Blue) = 93+122+125=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D7A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7A7D is #A28582. Grayscale: #717171. Windows color (decimal): -10651011 or 8223325. OLE color: 8223325.

HSL color Cylindrical-coordinate representation of color #5D7A7D: hue angle of 185.62º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D7A7D is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB93122125-
CMYK0.260.0200.51
HSL185.62º14.68%42.75%-
HSV(B)185.62º25.6%49.02%-
XYZ15.1817.7322.02-
YUV113.67134.39113.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.35%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=27.35%
G=35.88%
B=36.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal931221250.260.0200.51185.6214.6842.75
Hex5D7A7D1A2033baf2b
Octal1351721753220632721753
Binary10111011111010111110111010100110011101110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,125); }

 H1.HeaderClassName
 {
   color: #5D7A7D;
 }
 .AnyTagClassName
 {
   color: #5D7A7D;
 }
</style>
background-color css

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

 a { background-color: rgb(93,122,125); }

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

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

 span { border-color: rgb(93,122,125); }

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