Html Css Color HEX #566082 Chambray

📋 copy color: '#566082'

red 86 ◦ green 96 ◦ blue 130

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

Shades of Chambray #566082

Tints of Chambray #566082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 27.56%
G = 30.77%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#566082 (or 0x566082) is known color: Chambray. HEX triplet: 56, 60 and 82. RGB value is (86,96,130). Sum of RGB (Red+Green+Blue) = 86+96+130=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #566082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566082 is #A99F7D. Grayscale: #606060. Windows color (decimal): -11116414 or 8544342. OLE color: 8544342.

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

Color convert

RGB 86 96 130 -
CMYK 0.34 0.26 0 0.49
HSL 226.36º 0.2% 0.42% -
HSV(B) 226.36º 0.34% 0.51% -
XYZ 12.05 11.96 22.79 -
YUV 96.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 86 96 130 0.34 0.26 0 0.49 226.36 0.2 0.42
Hex 56 60 82 22 1A 0 31 E2 14 2A
Octal 126 140 202 42 32 0 61 342 24 52
Binary 1010110 1100000 10000010 100010 11010 0 110001 11100010 10100 101010

Color Harmonies of #566082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566082

Black with #566082

Text Example


Text Example

White with #566082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566082; }

 p { color: rgb(86,96,130); }

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

background-color css

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

 a { background-color: rgb(86,96,130); }

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

border-color css

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

 span { border-color: rgb(86,96,130); }

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