Html Css Color HEX #51617F Chambray

📋 copy color: '#51617F'

red 81 ◦ green 97 ◦ blue 127

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

Shades of Chambray #51617F

Tints of Chambray #51617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 26.56%
G = 31.8%
B = 41.64%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51617F (or 0x51617F) is known color: Chambray. HEX triplet: 51, 61 and 7F. RGB value is (81,97,127). Sum of RGB (Red+Green+Blue) = 81+97+127=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #51617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51617F is #AE9E80. Grayscale: #5F5F5F. Windows color (decimal): -11443841 or 8347985. OLE color: 8347985.

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

Color convert

RGB 81 97 127 -
CMYK 0.36 0.24 0 0.50
HSL 219.13º 0.22% 0.41% -
HSV(B) 219.13º 0.36% 0.5% -
XYZ 11.5 11.83 21.76 -
YUV 95.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 81 97 127 0.36 0.24 0 0.50 219.13 0.22 0.41
Hex 51 61 7F 24 18 0 32 DB 16 29
Octal 121 141 177 44 30 0 62 333 26 51
Binary 1010001 1100001 1111111 100100 11000 0 110010 11011011 10110 101001

Color Harmonies of #51617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51617F

Black with #51617F

Text Example


Text Example

White with #51617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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