Html Css Color HEX #51587E Chambray

📋 copy color: '#51587E'

red 81 ◦ green 88 ◦ blue 126

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

Shades of Chambray #51587E

Tints of Chambray #51587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 126 (49.61% from 255) = 42.71%

R = 27.46%
G = 29.83%
B = 42.71%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51587E (or 0x51587E) is known color: Chambray. HEX triplet: 51, 58 and 7E. RGB value is (81,88,126). Sum of RGB (Red+Green+Blue) = 81+88+126=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #51587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51587E is #AEA781. Grayscale: #5A5A5A. Windows color (decimal): -11446146 or 8280145. OLE color: 8280145.

HSL color Cylindrical-coordinate representation of color #51587E: hue angle of 230.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51587E is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 88 126 -
CMYK 0.36 0.30 0 0.51
HSL 230.67º 0.22% 0.41% -
HSV(B) 230.67º 0.36% 0.49% -
XYZ 10.65 10.24 21.15 -
YUV 90.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 81 88 126 0.36 0.30 0 0.51 230.67 0.22 0.41
Hex 51 58 7E 24 1E 0 33 E7 16 29
Octal 121 130 176 44 36 0 63 347 26 51
Binary 1010001 1011000 1111110 100100 11110 0 110011 11100111 10110 101001

Color Harmonies of #51587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51587E

Black with #51587E

Text Example


Text Example

White with #51587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51587E; }

 p { color: rgb(81,88,126); }

 H1.HeaderClassName
 {
   color: #51587E;
 }
 .AnyTagClassName
 {
   color: #51587E;
 }
</style>

background-color css

<style>
 a { background-color: #51587E; }

 a { background-color: rgb(81,88,126); }

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

border-color css

<style>
 span { border-color: #51587E; }

 span { border-color: rgb(81,88,126); }

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