#5C6F7A

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

Shades of Blue Bayoux #5C6F7A

Tints of Blue Bayoux #5C6F7A

Color information

#5C6F7A (or 0x5C6F7A) is unknown color: approx Blue Bayoux. HEX triplet: 5C, 6F and 7A. RGB value is (92,111,122). Sum of RGB (Red+Green+Blue) = 92+111+122=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C6F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F7A is #A39085. Grayscale: #6A6A6A. Windows color (decimal): -10719366 or 8023900. OLE color: 8023900.

HSL color Cylindrical-coordinate representation of color #5C6F7A: hue angle of 202º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C6F7A is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB92111122-
CMYK0.250.0900.52
HSL202º14.02%41.96%-
HSV(B)202º24.59%47.84%-
XYZ13.6115.0520.6-
YUV106.57136.71117.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.31%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=28.31%
G=34.15%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal921111220.250.0900.5220214.0241.96
Hex5C6F7A199034cae2a
Octal13415717231110643121652
Binary1011100110111111110101100110010110100110010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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