Html Css Color HEX #51617E Chambray

📋 copy color: '#51617E'

red 81 ◦ green 97 ◦ blue 126

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

Shades of Chambray #51617E

Tints of Chambray #51617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.91%

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 26.64%
G = 31.91%
B = 41.45%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51617E (or 0x51617E) is known color: Chambray. HEX triplet: 51, 61 and 7E. RGB value is (81,97,126). Sum of RGB (Red+Green+Blue) = 81+97+126=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #51617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51617E is #AE9E81. Grayscale: #5F5F5F. Windows color (decimal): -11443842 or 8282449. OLE color: 8282449.

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

Color convert

RGB 81 97 126 -
CMYK 0.36 0.23 0 0.51
HSL 218.67º 0.22% 0.41% -
HSV(B) 218.67º 0.36% 0.49% -
XYZ 11.43 11.81 21.41 -
YUV 95.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 81 97 126 0.36 0.23 0 0.51 218.67 0.22 0.41
Hex 51 61 7E 24 17 0 33 DB 16 29
Octal 121 141 176 44 27 0 63 333 26 51
Binary 1010001 1100001 1111110 100100 10111 0 110011 11011011 10110 101001

Color Harmonies of #51617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51617E

Black with #51617E

Text Example


Text Example

White with #51617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51617E; }

 p { color: rgb(81,97,126); }

 H1.HeaderClassName
 {
   color: #51617E;
 }
 .AnyTagClassName
 {
   color: #51617E;
 }
</style>

background-color css

<style>
 a { background-color: #51617E; }

 a { background-color: rgb(81,97,126); }

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

border-color css

<style>
 span { border-color: #51617E; }

 span { border-color: rgb(81,97,126); }

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