Html Css Color HEX #566078 Chambray

📋 copy color: '#566078'

red 86 ◦ green 96 ◦ blue 120

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

Shades of Chambray #566078

Tints of Chambray #566078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 28.48%
G = 31.79%
B = 39.74%

CMYK

 C value IS 0.28

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#566078 (or 0x566078) is known color: Chambray. HEX triplet: 56, 60 and 78. RGB value is (86,96,120). Sum of RGB (Red+Green+Blue) = 86+96+120=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #566078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566078 is #A99F87. Grayscale: #5F5F5F. Windows color (decimal): -11116424 or 7888982. OLE color: 7888982.

HSL color Cylindrical-coordinate representation of color #566078: hue angle of 222.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #566078 is Cyan = 0.28, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 96 120 -
CMYK 0.28 0.2 0 0.53
HSL 222.35º 0.17% 0.4% -
HSV(B) 222.35º 0.28% 0.47% -
XYZ 11.41 11.7 19.43 -
YUV 95.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 86 96 120 0.28 0.2 0 0.53 222.35 0.17 0.4
Hex 56 60 78 1C 14 0 35 DE 11 28
Octal 126 140 170 34 24 0 65 336 21 50
Binary 1010110 1100000 1111000 11100 10100 0 110101 11011110 10001 101000

Color Harmonies of #566078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566078

Black with #566078

Text Example


Text Example

White with #566078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566078; }

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

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

background-color css

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

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

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

border-color css

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

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

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