#515F83

Color #515F83 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #515F83

Tints of Chambray #515F83

Color information

#515F83 (or 0x515F83) is unknown color: approx Chambray. HEX triplet: 51, 5F and 83. RGB value is (81,95,131). Sum of RGB (Red+Green+Blue) = 81+95+131=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #515F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F83 is #AEA07C. Grayscale: #5E5E5E. Windows color (decimal): -11444349 or 8609617. OLE color: 8609617.

HSL color Cylindrical-coordinate representation of color #515F83: hue angle of 223.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #515F83 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8195131-
CMYK0.380.2700.49
HSL223.2º23.58%41.57%-
HSV(B)223.2º38.17%51.37%-
XYZ11.5811.5723.1-
YUV94.92148.36118.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=26.38%
G=30.94%
B=42.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81951310.380.2700.49223.223.5841.57
Hex515F83261B031df182a
Octal12113720346330613373052
Binary10100011011111100000111001101101101100011101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515F83; }

 p { color: rgb(81,95,131); }

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

<style>
 a { background-color: #515F83; }

 a { background-color: rgb(81,95,131); }

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

<style>
 span { border-color: #515F83; }

 span { border-color: rgb(81,95,131); }

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