#5C7383

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

Shades of Blue Bayoux #5C7383

Tints of Blue Bayoux #5C7383

Color information

#5C7383 (or 0x5C7383) is unknown color: approx Blue Bayoux. HEX triplet: 5C, 73 and 83. RGB value is (92,115,131). Sum of RGB (Red+Green+Blue) = 92+115+131=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C7383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7383 is #A38C7C. Grayscale: #6D6D6D. Windows color (decimal): -10718333 or 8614748. OLE color: 8614748.

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

Color convert

RGB92115131-
CMYK0.300.1200.49
HSL204.62º17.49%43.73%-
HSV(B)204.62º29.77%51.37%-
XYZ14.6416.1823.82-
YUV109.95139.88115.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=27.22%
G=34.02%
B=38.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal921151310.300.1200.49204.6217.4943.73
Hex5C73831EC031cd112c
Octal13416320336140613152154
Binary101110011100111000001111110110001100011100110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,131); }

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

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

 a { background-color: rgb(92,115,131); }

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

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

 span { border-color: rgb(92,115,131); }

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