Html Css Color HEX #566074 Chambray

📋 copy color: '#566074'

red 86 ◦ green 96 ◦ blue 116

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

Shades of Chambray #566074

Tints of Chambray #566074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 28.86%
G = 32.21%
B = 38.93%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#566074 (or 0x566074) is known color: Chambray. HEX triplet: 56, 60 and 74. RGB value is (86,96,116). Sum of RGB (Red+Green+Blue) = 86+96+116=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #566074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566074 is #A99F8B. Grayscale: #5F5F5F. Windows color (decimal): -11116428 or 7626838. OLE color: 7626838.

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

Color convert

RGB 86 96 116 -
CMYK 0.26 0.17 0 0.55
HSL 220º 0.15% 0.4% -
HSV(B) 220º 0.26% 0.45% -
XYZ 11.17 11.61 18.17 -
YUV 95.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 86 96 116 0.26 0.17 0 0.55 220 0.15 0.4
Hex 56 60 74 1A 11 0 37 DC F 28
Octal 126 140 164 32 21 0 67 334 17 50
Binary 1010110 1100000 1110100 11010 10001 0 110111 11011100 1111 101000

Color Harmonies of #566074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566074

Black with #566074

Text Example


Text Example

White with #566074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566074; }

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

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

background-color css

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

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

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

border-color css

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

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

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