Html Css Color HEX #566075 Chambray

📋 copy color: '#566075'

red 86 ◦ green 96 ◦ blue 117

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

Shades of Chambray #566075

Tints of Chambray #566075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 28.76%
G = 32.11%
B = 39.13%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566075 (or 0x566075) is known color: Chambray. HEX triplet: 56, 60 and 75. RGB value is (86,96,117). Sum of RGB (Red+Green+Blue) = 86+96+117=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #566075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566075 is #A99F8A. Grayscale: #5F5F5F. Windows color (decimal): -11116427 or 7692374. OLE color: 7692374.

HSL color Cylindrical-coordinate representation of color #566075: hue angle of 220.65º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566075 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 96 117 -
CMYK 0.26 0.18 0 0.54
HSL 220.65º 0.15% 0.4% -
HSV(B) 220.65º 0.26% 0.46% -
XYZ 11.23 11.63 18.48 -
YUV 95.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 86 96 117 0.26 0.18 0 0.54 220.65 0.15 0.4
Hex 56 60 75 1A 12 0 36 DD F 28
Octal 126 140 165 32 22 0 66 335 17 50
Binary 1010110 1100000 1110101 11010 10010 0 110110 11011101 1111 101000

Color Harmonies of #566075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566075

Black with #566075

Text Example


Text Example

White with #566075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566075; }

 p { color: rgb(86,96,117); }

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

background-color css

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

 a { background-color: rgb(86,96,117); }

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

border-color css

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

 span { border-color: rgb(86,96,117); }

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