Html Css Color HEX #565E81 Chambray

📋 copy color: '#565E81'

red 86 ◦ green 94 ◦ blue 129

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

Shades of Chambray #565E81

Tints of Chambray #565E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 27.83%
G = 30.42%
B = 41.75%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#565E81 (or 0x565E81) is known color: Chambray. HEX triplet: 56, 5E and 81. RGB value is (86,94,129). Sum of RGB (Red+Green+Blue) = 86+94+129=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #565E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E81 is #A9A17E. Grayscale: #5F5F5F. Windows color (decimal): -11116927 or 8478294. OLE color: 8478294.

HSL color Cylindrical-coordinate representation of color #565E81: hue angle of 228.84º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565E81 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 94 129 -
CMYK 0.33 0.27 0 0.49
HSL 228.84º 0.2% 0.42% -
HSV(B) 228.84º 0.33% 0.51% -
XYZ 11.8 11.57 22.38 -
YUV 95.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 86 94 129 0.33 0.27 0 0.49 228.84 0.2 0.42
Hex 56 5E 81 21 1B 0 31 E5 14 2A
Octal 126 136 201 41 33 0 61 345 24 52
Binary 1010110 1011110 10000001 100001 11011 0 110001 11100101 10100 101010

Color Harmonies of #565E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E81

Black with #565E81

Text Example


Text Example

White with #565E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,94,129); }

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

background-color css

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

 a { background-color: rgb(86,94,129); }

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

border-color css

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

 span { border-color: rgb(86,94,129); }

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