Html Css Color HEX #565F7D Chambray

📋 copy color: '#565F7D'

red 86 ◦ green 95 ◦ blue 125

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

Shades of Chambray #565F7D

Tints of Chambray #565F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 28.1%
G = 31.05%
B = 40.85%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#565F7D (or 0x565F7D) is known color: Chambray. HEX triplet: 56, 5F and 7D. RGB value is (86,95,125). Sum of RGB (Red+Green+Blue) = 86+95+125=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #565F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F7D is #A9A082. Grayscale: #5F5F5F. Windows color (decimal): -11116675 or 8216406. OLE color: 8216406.

HSL color Cylindrical-coordinate representation of color #565F7D: hue angle of 226.15º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565F7D is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 95 125 -
CMYK 0.31 0.24 0 0.51
HSL 226.15º 0.18% 0.41% -
HSV(B) 226.15º 0.31% 0.49% -
XYZ 11.63 11.64 21.04 -
YUV 95.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 86 95 125 0.31 0.24 0 0.51 226.15 0.18 0.41
Hex 56 5F 7D 1F 18 0 33 E2 12 29
Octal 126 137 175 37 30 0 63 342 22 51
Binary 1010110 1011111 1111101 11111 11000 0 110011 11100010 10010 101001

Color Harmonies of #565F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F7D

Black with #565F7D

Text Example


Text Example

White with #565F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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