Html Css Color HEX #515D82 Chambray

📋 copy color: '#515D82'

red 81 ◦ green 93 ◦ blue 130

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

Shades of Chambray #515D82

Tints of Chambray #515D82

RGB

 RED value IS 81 (32.03% from 255) = 26.64%

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 26.64%
G = 30.59%
B = 42.76%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#515D82 (or 0x515D82) is known color: Chambray. HEX triplet: 51, 5D and 82. RGB value is (81,93,130). Sum of RGB (Red+Green+Blue) = 81+93+130=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #515D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D82 is #AEA27D. Grayscale: #5D5D5D. Windows color (decimal): -11444862 or 8543569. OLE color: 8543569.

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

Color convert

RGB 81 93 130 -
CMYK 0.38 0.28 0 0.49
HSL 225.31º 0.23% 0.41% -
HSV(B) 225.31º 0.38% 0.51% -
XYZ 11.34 11.19 22.68 -
YUV 93.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 81 93 130 0.38 0.28 0 0.49 225.31 0.23 0.41
Hex 51 5D 82 26 1C 0 31 E1 17 29
Octal 121 135 202 46 34 0 61 341 27 51
Binary 1010001 1011101 10000010 100110 11100 0 110001 11100001 10111 101001

Color Harmonies of #515D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D82

Black with #515D82

Text Example


Text Example

White with #515D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,130); }

 H1.HeaderClassName
 {
   color: #515D82;
 }
 .AnyTagClassName
 {
   color: #515D82;
 }
</style>

background-color css

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

 a { background-color: rgb(81,93,130); }

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

border-color css

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

 span { border-color: rgb(81,93,130); }

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