Html Css Color HEX #51627A Chambray

📋 copy color: '#51627A'

red 81 ◦ green 98 ◦ blue 122

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

Shades of Chambray #51627A

Tints of Chambray #51627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 26.91%
G = 32.56%
B = 40.53%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51627A (or 0x51627A) is known color: Chambray. HEX triplet: 51, 62 and 7A. RGB value is (81,98,122). Sum of RGB (Red+Green+Blue) = 81+98+122=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #51627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51627A is #AE9D85. Grayscale: #5F5F5F. Windows color (decimal): -11443590 or 8020561. OLE color: 8020561.

HSL color Cylindrical-coordinate representation of color #51627A: hue angle of 215.12º degrees, saturation: 0.2, 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 #51627A is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 98 122 -
CMYK 0.34 0.20 0 0.52
HSL 215.12º 0.2% 0.4% -
HSV(B) 215.12º 0.34% 0.48% -
XYZ 11.27 11.89 20.11 -
YUV 95.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 81 98 122 0.34 0.20 0 0.52 215.12 0.2 0.4
Hex 51 62 7A 22 14 0 34 D7 14 28
Octal 121 142 172 42 24 0 64 327 24 50
Binary 1010001 1100010 1111010 100010 10100 0 110100 11010111 10100 101000

Color Harmonies of #51627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51627A

Black with #51627A

Text Example


Text Example

White with #51627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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