Html Css Color HEX #51617B Chambray

📋 copy color: '#51617B'

red 81 ◦ green 97 ◦ blue 123

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

Shades of Chambray #51617B

Tints of Chambray #51617B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 26.91%
G = 32.23%
B = 40.86%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51617B (or 0x51617B) is known color: Chambray. HEX triplet: 51, 61 and 7B. RGB value is (81,97,123). Sum of RGB (Red+Green+Blue) = 81+97+123=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #51617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51617B is #AE9E84. Grayscale: #5F5F5F. Windows color (decimal): -11443845 or 8085841. OLE color: 8085841.

HSL color Cylindrical-coordinate representation of color #51617B: hue angle of 217.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51617B is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 97 123 -
CMYK 0.34 0.21 0 0.52
HSL 217.14º 0.21% 0.4% -
HSV(B) 217.14º 0.34% 0.48% -
XYZ 11.24 11.73 20.41 -
YUV 95.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 81 97 123 0.34 0.21 0 0.52 217.14 0.21 0.4
Hex 51 61 7B 22 15 0 34 D9 15 28
Octal 121 141 173 42 25 0 64 331 25 50
Binary 1010001 1100001 1111011 100010 10101 0 110100 11011001 10101 101000

Color Harmonies of #51617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51617B

Black with #51617B

Text Example


Text Example

White with #51617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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