Html Css Color HEX #556082 Chambray

📋 copy color: '#556082'

red 85 ◦ green 96 ◦ blue 130

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

Shades of Chambray #556082

Tints of Chambray #556082

RGB

 RED value IS 85 (33.59% from 255) = 27.33%

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

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

R = 27.33%
G = 30.87%
B = 41.8%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556082 (or 0x556082) is known color: Chambray. HEX triplet: 55, 60 and 82. RGB value is (85,96,130). Sum of RGB (Red+Green+Blue) = 85+96+130=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #556082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556082 is #AA9F7D. Grayscale: #606060. Windows color (decimal): -11181950 or 8544341. OLE color: 8544341.

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

Color convert

RGB 85 96 130 -
CMYK 0.35 0.26 0 0.49
HSL 225.33º 0.21% 0.42% -
HSV(B) 225.33º 0.35% 0.51% -
XYZ 11.96 11.91 22.79 -
YUV 96.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 85 96 130 0.35 0.26 0 0.49 225.33 0.21 0.42
Hex 55 60 82 23 1A 0 31 E1 15 2A
Octal 125 140 202 43 32 0 61 341 25 52
Binary 1010101 1100000 10000010 100011 11010 0 110001 11100001 10101 101010

Color Harmonies of #556082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556082

Black with #556082

Text Example


Text Example

White with #556082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556082; }

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

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

background-color css

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

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

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

border-color css

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

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

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