Html Css Color HEX #56627D Chambray

📋 copy color: '#56627D'

red 86 ◦ green 98 ◦ blue 125

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

Shades of Chambray #56627D

Tints of Chambray #56627D

RGB

 RED value IS 86 (33.98% from 255) = 27.83%

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

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 27.83%
G = 31.72%
B = 40.45%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56627D (or 0x56627D) is known color: Chambray. HEX triplet: 56, 62 and 7D. RGB value is (86,98,125). Sum of RGB (Red+Green+Blue) = 86+98+125=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #56627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56627D is #A99D82. Grayscale: #616161. Windows color (decimal): -11115907 or 8217174. OLE color: 8217174.

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

Color convert

RGB 86 98 125 -
CMYK 0.31 0.22 0 0.51
HSL 221.54º 0.18% 0.41% -
HSV(B) 221.54º 0.31% 0.49% -
XYZ 11.91 12.19 21.13 -
YUV 97.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 86 98 125 0.31 0.22 0 0.51 221.54 0.18 0.41
Hex 56 62 7D 1F 16 0 33 DE 12 29
Octal 126 142 175 37 26 0 63 336 22 51
Binary 1010110 1100010 1111101 11111 10110 0 110011 11011110 10010 101001

Color Harmonies of #56627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56627D

Black with #56627D

Text Example


Text Example

White with #56627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56627D; }

 p { color: rgb(86,98,125); }

 H1.HeaderClassName
 {
   color: #56627D;
 }
 .AnyTagClassName
 {
   color: #56627D;
 }
</style>

background-color css

<style>
 a { background-color: #56627D; }

 a { background-color: rgb(86,98,125); }

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

border-color css

<style>
 span { border-color: #56627D; }

 span { border-color: rgb(86,98,125); }

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