Html Css Color HEX #51607F Chambray

📋 copy color: '#51607F'

red 81 ◦ green 96 ◦ blue 127

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

Shades of Chambray #51607F

Tints of Chambray #51607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

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

R = 26.64%
G = 31.58%
B = 41.78%

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

#51607F (or 0x51607F) is known color: Chambray. HEX triplet: 51, 60 and 7F. RGB value is (81,96,127). Sum of RGB (Red+Green+Blue) = 81+96+127=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #51607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51607F is #AE9F80. Grayscale: #5E5E5E. Windows color (decimal): -11444097 or 8347729. OLE color: 8347729.

HSL color Cylindrical-coordinate representation of color #51607F: hue angle of 220.43º 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 #51607F is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 96 127 -
CMYK 0.36 0.24 0 0.50
HSL 220.43º 0.22% 0.41% -
HSV(B) 220.43º 0.36% 0.5% -
XYZ 11.41 11.65 21.73 -
YUV 95.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 81 96 127 0.36 0.24 0 0.50 220.43 0.22 0.41
Hex 51 60 7F 24 18 0 32 DC 16 29
Octal 121 140 177 44 30 0 62 334 26 51
Binary 1010001 1100000 1111111 100100 11000 0 110010 11011100 10110 101001

Color Harmonies of #51607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51607F

Black with #51607F

Text Example


Text Example

White with #51607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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