Html Css Color HEX #565F70 Chambray

📋 copy color: '#565F70'

red 86 ◦ green 95 ◦ blue 112

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

Shades of Chambray #565F70

Tints of Chambray #565F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 29.35%
G = 32.42%
B = 38.23%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565F70 (or 0x565F70) is known color: Chambray. HEX triplet: 56, 5F and 70. RGB value is (86,95,112). Sum of RGB (Red+Green+Blue) = 86+95+112=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #565F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F70 is #A9A08F. Grayscale: #5E5E5E. Windows color (decimal): -11116688 or 7364438. OLE color: 7364438.

HSL color Cylindrical-coordinate representation of color #565F70: hue angle of 219.23º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #565F70 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 95 112 -
CMYK 0.23 0.15 0 0.56
HSL 219.23º 0.13% 0.39% -
HSV(B) 219.23º 0.23% 0.44% -
XYZ 10.85 11.33 16.94 -
YUV 94.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 86 95 112 0.23 0.15 0 0.56 219.23 0.13 0.39
Hex 56 5F 70 17 F 0 38 DB D 27
Octal 126 137 160 27 17 0 70 333 15 47
Binary 1010110 1011111 1110000 10111 1111 0 111000 11011011 1101 100111

Color Harmonies of #565F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F70

Black with #565F70

Text Example


Text Example

White with #565F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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