Html Css Color HEX #56627F Chambray

📋 copy color: '#56627F'

red 86 ◦ green 98 ◦ blue 127

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

Shades of Chambray #56627F

Tints of Chambray #56627F

RGB

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

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

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

R = 27.65%
G = 31.51%
B = 40.84%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56627F (or 0x56627F) is known color: Chambray. HEX triplet: 56, 62 and 7F. RGB value is (86,98,127). Sum of RGB (Red+Green+Blue) = 86+98+127=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #56627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56627F is #A99D80. Grayscale: #616161. Windows color (decimal): -11115905 or 8348246. OLE color: 8348246.

HSL color Cylindrical-coordinate representation of color #56627F: hue angle of 222.44º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56627F is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 98 127 -
CMYK 0.32 0.23 0 0.50
HSL 222.44º 0.19% 0.42% -
HSV(B) 222.44º 0.32% 0.5% -
XYZ 12.04 12.25 21.81 -
YUV 97.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 86 98 127 0.32 0.23 0 0.50 222.44 0.19 0.42
Hex 56 62 7F 20 17 0 32 DE 13 2A
Octal 126 142 177 40 27 0 62 336 23 52
Binary 1010110 1100010 1111111 100000 10111 0 110010 11011110 10011 101010

Color Harmonies of #56627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56627F

Black with #56627F

Text Example


Text Example

White with #56627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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