#5C7A7D

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

Shades of Blue Bayoux #5C7A7D

Tints of Blue Bayoux #5C7A7D

Color information

#5C7A7D (or 0x5C7A7D) is unknown color: approx Blue Bayoux. HEX triplet: 5C, 7A and 7D. RGB value is (92,122,125). Sum of RGB (Red+Green+Blue) = 92+122+125=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C7A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7A7D is #A38582. Grayscale: #717171. Windows color (decimal): -10716547 or 8223324. OLE color: 8223324.

HSL color Cylindrical-coordinate representation of color #5C7A7D: hue angle of 185.45º 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 #5C7A7D is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB92122125-
CMYK0.260.0200.51
HSL185.45º15.21%42.55%-
HSV(B)185.45º26.4%49.02%-
XYZ15.0717.6822.02-
YUV113.37134.56112.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.14%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=27.14%
G=35.99%
B=36.87%

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
Decimal921221250.260.0200.51185.4515.2142.55
Hex5C7A7D1A2033b9f2b
Octal1341721753220632711753
Binary10111001111010111110111010100110011101110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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