Html Css Color HEX #51627F Chambray

📋 copy color: '#51627F'

red 81 ◦ green 98 ◦ blue 127

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

Shades of Chambray #51627F

Tints of Chambray #51627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 26.47%
G = 32.03%
B = 41.5%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51627F (or 0x51627F) is known color: Chambray. HEX triplet: 51, 62 and 7F. RGB value is (81,98,127). Sum of RGB (Red+Green+Blue) = 81+98+127=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #51627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51627F is #AE9D80. Grayscale: #606060. Windows color (decimal): -11443585 or 8348241. OLE color: 8348241.

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

Color convert

RGB 81 98 127 -
CMYK 0.36 0.23 0 0.50
HSL 217.83º 0.22% 0.41% -
HSV(B) 217.83º 0.36% 0.5% -
XYZ 11.59 12.02 21.79 -
YUV 96.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 81 98 127 0.36 0.23 0 0.50 217.83 0.22 0.41
Hex 51 62 7F 24 17 0 32 DA 16 29
Octal 121 142 177 44 27 0 62 332 26 51
Binary 1010001 1100010 1111111 100100 10111 0 110010 11011010 10110 101001

Color Harmonies of #51627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51627F

Black with #51627F

Text Example


Text Example

White with #51627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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