Html Css Color HEX #515F83 Chambray

📋 copy color: '#515F83'

red 81 ◦ green 95 ◦ blue 131

#515F83
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #515F83

Tints of Chambray #515F83

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 value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#515F83 (or 0x515F83) is known color: 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

RGB 81 95 131 -
CMYK 0.38 0.27 0 0.49
HSL 223.2º 0.24% 0.42% -
HSV(B) 223.2º 0.38% 0.51% -
XYZ 11.58 11.57 23.1 -
YUV 94.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 81 95 131 0.38 0.27 0 0.49 223.2 0.24 0.42
Hex 51 5F 83 26 1B 0 31 DF 18 2A
Octal 121 137 203 46 33 0 61 337 30 52
Binary 1010001 1011111 10000011 100110 11011 0 110001 11011111 11000 101010

Color Harmonies of #515F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F83

Black with #515F83

Text Example


Text Example

White with #515F83

Text Example


Text Example

HTML Codes & Css Web 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>