Html Css Color HEX #56627C Chambray

📋 copy color: '#56627C'

red 86 ◦ green 98 ◦ blue 124

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

Shades of Chambray #56627C

Tints of Chambray #56627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 27.92%
G = 31.82%
B = 40.26%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56627C (or 0x56627C) is known color: Chambray. HEX triplet: 56, 62 and 7C. RGB value is (86,98,124). Sum of RGB (Red+Green+Blue) = 86+98+124=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #56627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56627C is #A99D83. Grayscale: #616161. Windows color (decimal): -11115908 or 8151638. OLE color: 8151638.

HSL color Cylindrical-coordinate representation of color #56627C: hue angle of 221.05º 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 #56627C is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 98 124 -
CMYK 0.31 0.21 0 0.51
HSL 221.05º 0.18% 0.41% -
HSV(B) 221.05º 0.31% 0.49% -
XYZ 11.84 12.17 20.79 -
YUV 97.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 86 98 124 0.31 0.21 0 0.51 221.05 0.18 0.41
Hex 56 62 7C 1F 15 0 33 DD 12 29
Octal 126 142 174 37 25 0 63 335 22 51
Binary 1010110 1100010 1111100 11111 10101 0 110011 11011101 10010 101001

Color Harmonies of #56627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56627C

Black with #56627C

Text Example


Text Example

White with #56627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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