#667583

Color #667583 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #667583

Tints of Lynch #667583

Color information

#667583 (or 0x667583) is unknown color: approx Lynch. HEX triplet: 66, 75 and 83. RGB value is (102,117,131). Sum of RGB (Red+Green+Blue) = 102+117+131=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #667583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667583 is #998A7C. Grayscale: #727272. Windows color (decimal): -10062461 or 8615270. OLE color: 8615270.

HSL color Cylindrical-coordinate representation of color #667583: hue angle of 208.97º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667583 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102117131-
CMYK0.220.1100.49
HSL208.97º12.45%45.69%-
HSV(B)208.97º22.14%51.37%-
XYZ15.9417.1923.95-
YUV114.11137.53119.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=29.14%
G=33.43%
B=37.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021171310.220.1100.49208.9712.4545.69
Hex66758316B031d1c2e
Octal14616520326130613211456
Binary11001101110101100000111011010110110001110100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667583; }

 p { color: rgb(102,117,131); }

 H1.HeaderClassName
 {
   color: #667583;
 }
 .AnyTagClassName
 {
   color: #667583;
 }
</style>
background-color css

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

 a { background-color: rgb(102,117,131); }

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

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

 span { border-color: rgb(102,117,131); }

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