Html Css Color HEX #565F7F Chambray

📋 copy color: '#565F7F'

red 86 ◦ green 95 ◦ blue 127

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

Shades of Chambray #565F7F

Tints of Chambray #565F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

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

R = 27.92%
G = 30.84%
B = 41.23%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565F7F (or 0x565F7F) is known color: Chambray. HEX triplet: 56, 5F and 7F. RGB value is (86,95,127). Sum of RGB (Red+Green+Blue) = 86+95+127=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #565F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F7F is #A9A080. Grayscale: #5F5F5F. Windows color (decimal): -11116673 or 8347478. OLE color: 8347478.

HSL color Cylindrical-coordinate representation of color #565F7F: hue angle of 226.83º 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 #565F7F is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 95 127 -
CMYK 0.32 0.25 0 0.50
HSL 226.83º 0.19% 0.42% -
HSV(B) 226.83º 0.32% 0.5% -
XYZ 11.76 11.7 21.72 -
YUV 95.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 86 95 127 0.32 0.25 0 0.50 226.83 0.19 0.42
Hex 56 5F 7F 20 19 0 32 E3 13 2A
Octal 126 137 177 40 31 0 62 343 23 52
Binary 1010110 1011111 1111111 100000 11001 0 110010 11100011 10011 101010

Color Harmonies of #565F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F7F

Black with #565F7F

Text Example


Text Example

White with #565F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565F7F; }

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

 H1.HeaderClassName
 {
   color: #565F7F;
 }
 .AnyTagClassName
 {
   color: #565F7F;
 }
</style>

background-color css

<style>
 a { background-color: #565F7F; }

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

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

border-color css

<style>
 span { border-color: #565F7F; }

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

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