Html Css Color HEX #565F73 Chambray

📋 copy color: '#565F73'

red 86 ◦ green 95 ◦ blue 115

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

Shades of Chambray #565F73

Tints of Chambray #565F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 29.05%
G = 32.09%
B = 38.85%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565F73 (or 0x565F73) is known color: Chambray. HEX triplet: 56, 5F and 73. RGB value is (86,95,115). Sum of RGB (Red+Green+Blue) = 86+95+115=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #565F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F73 is #A9A08C. Grayscale: #5E5E5E. Windows color (decimal): -11116685 or 7561046. OLE color: 7561046.

HSL color Cylindrical-coordinate representation of color #565F73: hue angle of 221.38º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #565F73 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 95 115 -
CMYK 0.25 0.17 0 0.55
HSL 221.38º 0.14% 0.39% -
HSV(B) 221.38º 0.25% 0.45% -
XYZ 11.02 11.4 17.84 -
YUV 94.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 86 95 115 0.25 0.17 0 0.55 221.38 0.14 0.39
Hex 56 5F 73 19 11 0 37 DD E 27
Octal 126 137 163 31 21 0 67 335 16 47
Binary 1010110 1011111 1110011 11001 10001 0 110111 11011101 1110 100111

Color Harmonies of #565F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F73

Black with #565F73

Text Example


Text Example

White with #565F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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