Html Css Color HEX #565F7A Chambray

📋 copy color: '#565F7A'

red 86 ◦ green 95 ◦ blue 122

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

Shades of Chambray #565F7A

Tints of Chambray #565F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 28.38%
G = 31.35%
B = 40.26%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#565F7A (or 0x565F7A) is known color: Chambray. HEX triplet: 56, 5F and 7A. RGB value is (86,95,122). Sum of RGB (Red+Green+Blue) = 86+95+122=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #565F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F7A is #A9A085. Grayscale: #5F5F5F. Windows color (decimal): -11116678 or 8019798. OLE color: 8019798.

HSL color Cylindrical-coordinate representation of color #565F7A: hue angle of 225º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #565F7A is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 95 122 -
CMYK 0.30 0.22 0 0.52
HSL 225º 0.17% 0.41% -
HSV(B) 225º 0.3% 0.48% -
XYZ 11.44 11.57 20.04 -
YUV 95.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 86 95 122 0.30 0.22 0 0.52 225 0.17 0.41
Hex 56 5F 7A 1E 16 0 34 E1 11 29
Octal 126 137 172 36 26 0 64 341 21 51
Binary 1010110 1011111 1111010 11110 10110 0 110100 11100001 10001 101001

Color Harmonies of #565F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F7A

Black with #565F7A

Text Example


Text Example

White with #565F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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